CodeforLancaster / sitegeist

4 stars 1 forks source link

Use a proper WSGI server for flask #24

Open wfaithfull opened 5 years ago

wfaithfull commented 5 years ago

We need to stop using the development server to run flask and swap it for a proper WSGI server. We could build this into the docker image, like with https://hub.docker.com/r/tiangolo/uwsgi-nginx-flask/