diff options
| author | Patrick Spek <p.spek@tyil.nl> | 2025-10-30 10:43:39 +0100 |
|---|---|---|
| committer | Patrick Spek <p.spek@tyil.nl> | 2025-10-30 10:43:39 +0100 |
| commit | 3de8b64845c92e832e5abbc7767b635e0ce7b99d (patch) | |
| tree | ab01dfbe5197db2a6353eb6434d60653876979d3 | |
| parent | c211e61700e8be9b5cb3d7f8ba53049007133a0f (diff) | |
| download | bragi-3de8b64845c92e832e5abbc7767b635e0ce7b99d.tar.gz bragi-3de8b64845c92e832e5abbc7767b635e0ce7b99d.tar.bz2 | |
Set configuration file based on env var
| -rw-r--r-- | entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh index cbe4066..ddfe221 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,4 +2,4 @@ . /opt/venv/bin/activate -exec /src/bragi/bragi.py +exec /src/bragi/bragi.py --config "${BRAGI_CONFIG_FILE:-/configuration.ini}" |
