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