Files
telegram_files_cache_server/scripts/start_production.sh
2021-11-21 22:32:25 +03:00

4 lines
98 B
Bash

cd /app
alembic -c ./app/alembic.ini upgrade head
uvicorn main:app --host="0.0.0.0" --port="8080"