From 0cfe2633b83c763387a8f2e01b05b371048579ac Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Sat, 5 Feb 2022 20:36:16 +0800 Subject: [PATCH] feat: update --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index ea156ad..b420eea 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn manage: app \ No newline at end of file +web: gunicorn --bind 0.0.0.0:$PORT app:app --preload