From 5f2b24957eac9140a5dead99aab0681ee9469789 Mon Sep 17 00:00:00 2001 From: Jamiel Capatayan <26446581+JamielCapatayan@users.noreply.github.com> Date: Sat, 9 Oct 2021 16:02:32 -0700 Subject: [PATCH] updated procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index a1dfd79..e2f716d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn wishlist/wishlist.wsgi +web: gunicorn --chdir wishlist wishlist.wsgi:application --log-file -