diff options
Diffstat (limited to 'entry_point.sh')
-rw-r--r-- | entry_point.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/entry_point.sh b/entry_point.sh new file mode 100644 index 0000000..e78966d --- /dev/null +++ b/entry_point.sh @@ -0,0 +1,6 @@ +set -e +python create_metricity_db.py +alembic upgrade head +if [ -z "$skip_metricity" ]; then + poetry run start +fi |