We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6482d71 commit 21afe15Copy full SHA for 21afe15
1 file changed
Procfile
@@ -1 +1 @@
1
-web: uv run gunicorn main:app -k uvicorn.workers.UvicornWorker -w 4 -b 0.0.0.0
+web: gunicorn main:app -k uvicorn.workers.UvicornWorker -w 4 -b 0.0.0.0
0 commit comments