mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 15:15:36 +01:00
8 lines
201 B
Bash
8 lines
201 B
Bash
cd /app
|
|
|
|
rm -rf prometheus
|
|
mkdir prometheus
|
|
|
|
alembic -c ./app/alembic.ini upgrade head
|
|
gunicorn -k gunicorn_pushgateway_workers.workers.uvicorn.UvicornWorker main:app --bind 0.0.0.0:8080 --timeout 600
|