note about gunicorn

This commit is contained in:
iou1name 2018-02-19 23:16:00 -05:00
parent a54d358388
commit 6c38934d88

View File

@ -1 +1,4 @@
upload shit upload shit
Note: I switched to Gunicorn at some point because Bjoern was somehow annoying. Don't use run.py, use
```gunicorn -b localhost:5000 imageHost:app```