[09.10.20] NLTK packages path

This commit is contained in:
andrewso 2020-10-09 18:25:00 +01:00
parent 8977ba6332
commit 6bdb4f118d

View File

@ -6,6 +6,6 @@ RUN python -m pip install --upgrade pip
RUN pip install utils pycryptodome && \
pip install python-dotenv schedule tweepy stomp.py python-json-logger
COPY . /home/tweet-collector/.
RUN python3 /home/spam-filter/configuration/scripts/nltk_package_downloads.py
RUN python3 /home/tweet-collector/configuration/scripts/nltk_package_downloads.py
EXPOSE 9090
CMD ["python", "/home/tweet-collector/src/main.py"]