From 5848ea5278c77088c3143ef31cd07e920656eaec Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Sat, 30 Mar 2024 12:34:10 -0500 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index e6cf447..c4d6713 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn --worker-tmp-dir /dev/shm --config gunicorn_config.py app:app +web: gunicorn --worker-tmp-dir /dev/shm --config gunicorn_config.py app:Fyourday