Add build config

This commit is contained in:
2021-11-14 10:44:26 +03:00
parent 30835e31fa
commit 6a7966ed92
3 changed files with 90 additions and 0 deletions

3
scripts/start.sh Normal file
View File

@@ -0,0 +1,3 @@
cd /app
alembic -c ./app/alembic.ini upgrade head
uvicorn main:app --host="0.0.0.0" --port="8080"