~johanvandegriff/games.johanv.net

39c27b1820d4543eb984caaa4311a2b2c5b85119 — Johan Vandegriff 2 years ago 1875e47
added dictionary download to dockerfile
1 files changed, 1 insertions(+), 0 deletions(-)

M Dockerfile
M Dockerfile => Dockerfile +1 -0
@@ 4,6 4,7 @@ WORKDIR /app
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y libcgi-session-perl libhunspell-dev default-jre && rm -rf /var/lib/apt/lists/*
RUN pip install -r requirements.txt
RUN python -m spacy download en
EXPOSE  5000
# CMD ["python", "games.py"]
CMD ["gunicorn", "games:app"]