#!/bin/bash # Run database migrations echo "Running database migrations..." alembic upgrade head # Start the application echo "Starting the application..." exec python main.py