- Use gunicorn

- Add env variable GUNICORN_WORKERS (default: 1)
- new Port (8000)
- You don't need to run "flask deploy" by hand anymore
This commit is contained in:
Patrick Jentsch
2020-04-20 10:11:45 +02:00
parent f91583484e
commit 15373ed00f
5 changed files with 12 additions and 14 deletions

View File

@ -8,7 +8,7 @@ ENV FLASK_APP=nopaque.py
ENV LANG=C.UTF-8
EXPOSE 5000
EXPOSE 8000
RUN apt-get update \