mirror of
https://github.com/flibusta-apps/users_settings_server.git
synced 2025-12-06 14:45:38 +01:00
8 lines
131 B
Bash
8 lines
131 B
Bash
cd /app
|
|
|
|
rm -rf prometheus
|
|
mkdir prometheus
|
|
|
|
alembic -c ./app/alembic.ini upgrade head
|
|
uvicorn main:app --host 0.0.0.0 --port 8080
|