From ae522375b26a0e13ee4de46d68b2509bdcea28a5 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Thu, 17 Mar 2022 18:34:17 +0200 Subject: Fix Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3