Tried adding Procfile to different location.

This commit is contained in:
dan
2021-10-29 16:48:47 -04:00
parent 4bc0f574a2
commit 61038e0df0

1
app/Procfile Normal file
View File

@@ -0,0 +1 @@
web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker main:app