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"]