mirror of
https://github.com/flibusta-apps/services_manager_server.git
synced 2025-12-06 20:45:37 +01:00
4 lines
121 B
Bash
4 lines
121 B
Bash
cd /app
|
|
alembic -c ./app/alembic.ini upgrade head
|
|
gunicorn -k uvicorn.workers.UvicornWorker main:app --bind 0.0.0.0:8080
|