~johanvandegriff/games.johanv.net

dd4b46bdc139e8f7f7587d2a73593d81d25db87d — Johan Vandegriff 2 years ago a8183b5
switch to gunicorn
1 files changed, 2 insertions(+), 1 deletions(-)

M Dockerfile
M Dockerfile => Dockerfile +2 -1
@@ 5,4 5,5 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y libcgi-session-perl libhunspell-dev default-jre && rm -rf /var/lib/apt/lists/*
RUN pip install -r requirements.txt
EXPOSE  8000
CMD ["python", "games.py"]
# CMD ["python", "games.py"]
CMD ["gunicorn", "games:app"]