File size: 140 Bytes
89fa469
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash
# Run database migrations
alembic upgrade head

# Start the FastAPI server
exec uvicorn app.main:app --host 0.0.0.0 --port 8000