Skip to content

Commit

Permalink
Create Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanco authored Oct 27, 2020
1 parent 0bd53e2 commit 1a7ee43
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 app.main:app --host=0.0.0.0 --port=${PORT:-5000}

0 comments on commit 1a7ee43

Please sign in to comment.