Skip to content

Commit

Permalink
trying new deploy dyno
Browse files Browse the repository at this point in the history
  • Loading branch information
Tfloow committed Jan 26, 2024
1 parent 8a16c9b commit 876e1fb
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: uvicorn app:api --host 0.0.0.0 --port 80
web: uvicorn app:api --host=0.0.0.0 --port=${PORT:-5000}

0 comments on commit 876e1fb

Please sign in to comment.