Fixes the procfile to not be the thing that Gondor wants, and is instead the thing that Heroku wants.

This commit is contained in:
Christopher Neugebauer 2017-08-08 21:59:21 -07:00
parent 921da655b8
commit 61891ef3e3

View file

@ -1 +1 @@
web: gunicorn --bind=0.0.0.0 --log-file - pinaxcon.wsgi
web: gunicorn pinaxcon.wsgi --log-file -