forked from s434650/CatOrNot
Add Gunicorn server
This commit is contained in:
parent
654908ed6e
commit
db23e91400
1
Procfile
1
Procfile
@ -1 +1,2 @@
|
|||||||
|
web: gunicorn cat_or_not
|
||||||
heroku ps:scale web=1
|
heroku ps:scale web=1
|
||||||
|
Binary file not shown.
@ -1 +1 @@
|
|||||||
from app import app
|
from app import app as application
|
||||||
|
@ -9,6 +9,7 @@ google-auth==1.6.1
|
|||||||
google-cloud-vision==0.35.1
|
google-cloud-vision==0.35.1
|
||||||
googleapis-common-protos==1.5.5
|
googleapis-common-protos==1.5.5
|
||||||
grpcio==1.17.0
|
grpcio==1.17.0
|
||||||
|
gunicorn==19.9.0
|
||||||
idna==2.8
|
idna==2.8
|
||||||
itsdangerous==1.1.0
|
itsdangerous==1.1.0
|
||||||
Jinja2==2.10
|
Jinja2==2.10
|
||||||
|
Loading…
Reference in New Issue
Block a user