Skip to content

Commit 21afe15

Browse files
Add Procfile
1 parent 6482d71 commit 21afe15

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: uv run gunicorn main:app -k uvicorn.workers.UvicornWorker -w 4 -b 0.0.0.0
1+
web: gunicorn main:app -k uvicorn.workers.UvicornWorker -w 4 -b 0.0.0.0

0 commit comments

Comments
 (0)