From 6a797beb0a4ec3fc56ad17075503f4cd3a313875 Mon Sep 17 00:00:00 2001 From: mdufour Date: Thu, 7 Jan 2021 15:12:48 +0100 Subject: [PATCH] add preload option to procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8001d1a..b6de579 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn app:app \ No newline at end of file +web: gunicorn app:app --preload \ No newline at end of file