#!/bin/sh set -e echo "Running database migrations..." uv run alembic upgrade head echo "Starting server..." exec "$@"