Skip to content

Commit bd11e69

Browse files
author
Ayshwarya Jagadeesan
committed
changes in proc file
1 parent 10cba8b commit bd11e69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: uvicorn main:app --host=0.0.0.0 --port=${PORT:-5000}
1+
web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker main:app

0 commit comments

Comments
 (0)