From 81e15de383a96213ab5d5a95fa28a08af580f707 Mon Sep 17 00:00:00 2001 From: cxan96 Date: Wed, 17 Mar 2021 16:17:03 +0100 Subject: [PATCH] fixed compression of static files --- Procfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 1694349..ca7ab6d 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1 @@ -release: python -m whitenoise.compress ./strong_but_simple_passwords/static/ -web: gunicorn "strong_but_simple_passwords:create_app()" --workers 2 --log-file - +web: python -m whitenoise.compress ./strong_but_simple_passwords/static/ && gunicorn "strong_but_simple_passwords:create_app()" --workers 2 --log-file -