Wontonious commited on
Commit
80abfe1
1 Parent(s): e1add3a
Files changed (2) hide show
  1. Procfile +1 -0
  2. gunicorn_config.py +1 -1
Procfile ADDED
@@ -0,0 +1 @@
 
 
1
+ web: gunicorn --worker-tmp-dir /dev/shm --config gunicorn_config.py App:app
gunicorn_config.py CHANGED
@@ -1,2 +1,2 @@
1
- bind="0.0.0.0:80"
2
  workers=2
 
1
+ bind="0.0.0.0:8080"
2
  workers=2