From 5fbd576343853c0f2820b310ccd4488d82881a85 Mon Sep 17 00:00:00 2001 From: bryanseah234 Date: Tue, 6 Oct 2020 19:14:31 +0800 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index de6a4a8..a6de349 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn -b :$8000 main:app +web: gunicorn main:app --preload