This commit is contained in:
Alan Rynne 2021-11-04 11:36:04 +01:00
Родитель bf032646c4
Коммит 08e6694bc9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1 +1 @@
web: uvicorn main:app --app-dir=server --host=0.0.0.0 --port=${PORT:-5000}
web: uvicorn server.main:app --app-dir=server --host=0.0.0.0 --port=${PORT:-5000}