From 09d2f82b6e5f845071819a654079e6e7599e3255 Mon Sep 17 00:00:00 2001 From: jenriordan Date: Wed, 5 Feb 2025 14:51:44 +0000 Subject: [PATCH] update procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8c8ad445..11269175 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: django_app/scripts/entry.sh +web: cd django_app/scripts && ./entry.sh