diff options
author | 2022-09-17 15:04:21 -0700 | |
---|---|---|
committer | 2022-09-17 15:04:21 -0700 | |
commit | 9101a47101dd16eb7d95329aa02324e546749d77 (patch) | |
tree | a042230f735517fea757476efe335d3ce2798df0 /entry_point.sh | |
parent | Merge pull request #20 from python-discord/update-staff-channel-logic (diff) | |
parent | Fix Poetry 1.2 Support (diff) |
Merge pull request #30 from python-discord/poetry-1.2
Diffstat (limited to 'entry_point.sh')
-rw-r--r-- | entry_point.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/entry_point.sh b/entry_point.sh index 56072d0..3894eff 100644 --- a/entry_point.sh +++ b/entry_point.sh @@ -1,7 +1,7 @@ set -e -python create_metricity_db.py -alembic upgrade head +poetry run python create_metricity_db.py +poetry run alembic upgrade head if [ -e /tmp/bot/metricity-config.toml ]; then echo "Detected metricity running in bot context, copying config." |