diff --git a/Procfile b/Procfile index 3bb82a0..18510e4 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: uvicorn app:api --host 0.0.0.0 --port 80 \ No newline at end of file +web: uvicorn app:api --host=0.0.0.0 --port=${PORT:-5000}