From 61891ef3e3c6c9066c91b57e1251005782da1e54 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Tue, 8 Aug 2017 21:59:21 -0700 Subject: [PATCH] Fixes the procfile to not be the thing that Gondor wants, and is instead the thing that Heroku wants. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 2bdf37a..e60f4f0 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn --bind=0.0.0.0 --log-file - pinaxcon.wsgi +web: gunicorn pinaxcon.wsgi --log-file -