summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index d6008a6..b7e0a8f 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: uvicorn api.main:app
+web: uvicorn api.main:app --host=0.0.0.0 --port=${PORT:-5000}