Skip to content

Commit

Permalink
Update service.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiteshydv001 authored Feb 15, 2025
1 parent 4aca1fa commit d8d8cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"start": "gunicorn -w 4 -b 0.0.0.0:$PORT main:app"
"start": "gunicorn -w 4 -k uvicorn.workers.UvicornWorker -b 0.0.0.0:$PORT main:app"
}

0 comments on commit d8d8cce

Please sign in to comment.