From 6bdb4f118d4c6bf4ef00683ec6fafb00c2f45078 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Fri, 9 Oct 2020 18:25:00 +0100 Subject: [PATCH] [09.10.20] NLTK packages path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70eb7ba..1422c63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file