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