fix Procfile

This commit is contained in:
Alan Rynne
2021-11-04 11:36:04 +01:00
parent bf032646c4
commit 08e6694bc9
+1 -1
View File
@@ -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}