Skip to content

Commit

Permalink
Updated main launch script to use fully qualified path.
Browse files Browse the repository at this point in the history
  • Loading branch information
waleedkadous committed Jan 13, 2025
1 parent 460cc6a commit f1bde6c
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 @@
web: gunicorn -w 2 -k uvicorn.workers.UvicornWorker main_api:app
web: gunicorn -w 2 -k uvicorn.workers.UvicornWorker ansari.app.main_api:app

0 comments on commit f1bde6c

Please sign in to comment.