mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 14:45:36 +01:00
4 lines
98 B
Bash
4 lines
98 B
Bash
cd /app
|
|
alembic -c ./app/alembic.ini upgrade head
|
|
uvicorn main:app --host="0.0.0.0" --port="8080"
|