From 61891ef3e3c6c9066c91b57e1251005782da1e54 2017-08-09 18:30:32 From: Christopher Neugebauer Date: 2017-08-09 18:30:32 Subject: [PATCH] Fixes the procfile to not be the thing that Gondor wants, and is instead the thing that Heroku wants. --- diff --git a/Procfile b/Procfile index 2bdf37a2852eb0a68632830723e74cd84dc28e32..e60f4f01b85c6fc30c6d2d9cef9d7e2d54b6b0ed 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn --bind=0.0.0.0 --log-file - pinaxcon.wsgi +web: gunicorn pinaxcon.wsgi --log-file -