subul / backend /start.sh
Kaadan's picture
fix docker injection
18e5c97
#!/bin/bash
# Run database migrations
echo "Running database migrations..."
alembic upgrade head
# Start the application
echo "Starting the application..."
exec python main.py