diff options
-rw-r--r-- | entry_point.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entry_point.sh b/entry_point.sh index 8375d36..cf101da 100644 --- a/entry_point.sh +++ b/entry_point.sh @@ -4,6 +4,6 @@ python create_metricity_db.py alembic upgrade head shopt -s nocasematch -if [ "$skip_metricity" != "true" ]; then +if [ "$SKIP_METRICITY" != "true" ]; then poetry run start fi |