Fixes the procfile to not be the thing that Gondor wants, and is instead the thing that Heroku wants.
This commit is contained in:
parent
921da655b8
commit
61891ef3e3
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -1 +1 @@
|
|||
web: gunicorn --bind=0.0.0.0 --log-file - pinaxcon.wsgi
|
||||
web: gunicorn pinaxcon.wsgi --log-file -
|
||||
|
|
Loading…
Reference in a new issue