#! /usr/bin/env bash set -e set -x # Let the DB start python -m fluksio.backend_pre_start # Run migrations alembic upgrade head # Create initial data in DB python -m fluksio.initial_data