Skip to content

Commit 8eeadff

Browse files
committed
Add procfile for heroku
1 parent 7f8295f commit 8eeadff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: uvicorn main:app --host=0.0.0.0 --port=${PORT:-8000}

0 commit comments

Comments
 (0)