#!/bin/sh set -e # Apply migrations alembic upgrade head # For apply migrations for specific scheme # alembic --name specific_scheme upgrade head # Start application python -m src.api_app