aboutsummaryrefslogtreecommitdiffstats
path: root/entry_point.sh
blob: e78966d7ebde9a3aa3bc3b06ae2d253ebc1d785d (plain) (blame)
1
2
3
4
5
6
set -e
python create_metricity_db.py
alembic upgrade head
if [ -z "$skip_metricity" ]; then
    poetry run start
fi