docat-org/docat

Update Dockerfile to use something like uwsgi

fliiiix opened this issue · 0 comments

We should not use the flask dev server:

WARNING: This is a development server. Do not use it in a production deployment.

Consider:

  • uwsgi
  • gunicorn
  • or similar