diff options
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ -web: gunicorn -w 4 -b "0.0.0.0:$PORT" app:app
\ No newline at end of file +# web: gunicorn -w 4 -b "0.0.0.0:$PORT" app:app +web: gunicorn -w 4 api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:$PORT" |