aboutsummaryrefslogtreecommitdiffstats
path: root/entry_point.sh
diff options
context:
space:
mode:
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."