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