Use gunicorn for Heroku
This commit is contained in:
parent
0f7dfae947
commit
9bc81103bc
2
Procfile
2
Procfile
@ -1 +1 @@
|
|||||||
web: python -m flask run --host 0.0.0.0 --port $PORT
|
web: gunicorn -b 0.0.0.0:$PORT eosweb:app
|
||||||
|
@ -4,6 +4,7 @@ click==6.7
|
|||||||
coverage==4.4.1
|
coverage==4.4.1
|
||||||
Flask==0.12.2
|
Flask==0.12.2
|
||||||
Flask-OAuthlib==0.9.4
|
Flask-OAuthlib==0.9.4
|
||||||
|
gunicorn==19.7.1
|
||||||
idna==2.6
|
idna==2.6
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
Jinja2==2.10
|
Jinja2==2.10
|
||||||
|
Loading…
Reference in New Issue
Block a user