From 741faf194db796330bdfa410b743ea9a6b89701b Mon Sep 17 00:00:00 2001 From: Walker Waylon Scott Date: Mon, 10 Jul 2017 12:00:18 -0500 Subject: [PATCH] trying bash web.sh to run gunicorn. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index d27770a..919bf92 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: web.sh +web: bash web.sh