From 856480fecccd4477c0f6662b3824f7e9229f4ba3 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sat, 22 May 2021 22:25:01 -0400 Subject: [PATCH] bind to port? --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 3166e44..8ecbd3d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python -m flask run -h 0.0.0.0 +web: python -m flask run -h 0.0.0.0 -p $PORT