Docker deployment: fix dockerfile

This commit is contained in:
vas3k
2022-03-29 11:05:33 +02:00
parent e2721ff00e
commit 763b3ca116

View File

@@ -28,4 +28,4 @@ ADD . /app
RUN pip install --no-cache-dir -e . \
&& pip install --no-cache-dir -r $requirements
RUN python -c "import nltk; nltk.download('punkt')"
RUN python3 -c "import nltk; nltk.download('punkt')"