From 2f01160f3413b94a1e2498305c774cc3fc9628df Mon Sep 17 00:00:00 2001 From: Hironsan Date: Mon, 13 Aug 2018 16:34:56 +0900 Subject: [PATCH] Update procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 988814b8..e5d421e9 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn app.app.wsgi +web: env PYTHONPATH=$PYTHONPATH:$PWD/app gunicorn app.app.wsgi