Skip to content

Commit

Permalink
Fix uvicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKs committed Jan 23, 2022
1 parent 90801af commit e76c071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
backend: uvicorn main:app --host=0.0.0.0 --port=${PORT:-5000}
backend: gunicorn -w 3 -k uvicorn.workers.UvicornWorker main:app

0 comments on commit e76c071

Please sign in to comment.