aboutsummaryrefslogtreecommitdiffstats
path: root/entry_point.sh
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2022-09-17 15:04:21 -0700
committerGravatar GitHub <[email protected]>2022-09-17 15:04:21 -0700
commit9101a47101dd16eb7d95329aa02324e546749d77 (patch)
treea042230f735517fea757476efe335d3ce2798df0 /entry_point.sh
parentMerge pull request #20 from python-discord/update-staff-channel-logic (diff)
parentFix 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.sh4
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."