Skip to content

Commit

Permalink
Add Procfile for heroku deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
anasserhussien committed Apr 27, 2024
1 parent 22d927d commit 9a743af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: uvicorn main:app --host=0.0.0.0 --port=${PORT:-5000}

0 comments on commit 9a743af

Please sign in to comment.