fileHost/README.md
2018-02-19 23:16:00 -05:00

5 lines
162 B
Markdown

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```