#!/usr/bin/env sh set -e alembic -c /app/alembic.ini upgrade head || true exec uvicorn app.main:app --host 0.0.0.0 --port 8000