From a320141ec5727470ced0c5d90d2d1cfb37d56576 Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Tue, 20 Dec 2022 02:42:40 -0800 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 86c60cc..7c2c8ba 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python ./web_app.py +web: python web_app.py --port=$PORT