Skip to content

Commit

Permalink
add procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ympaik87 committed Jan 12, 2022
1 parent c639c35 commit 61ad7ff
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 starter.main:app --host=0.0.0.0 --port=${PORT:-5000}

0 comments on commit 61ad7ff

Please sign in to comment.