Spaces:
Sleeping
Sleeping
| # Run database migrations | |
| alembic upgrade head | |
| # Start the FastAPI server | |
| exec uvicorn app.main:app --host 0.0.0.0 --port 8000 | |
| # Run database migrations | |
| alembic upgrade head | |
| # Start the FastAPI server | |
| exec uvicorn app.main:app --host 0.0.0.0 --port 8000 | |