[06.03.20] Done goofed with RUN

This commit is contained in:
andrewso 2020-03-06 11:38:31 +00:00
parent 9925db1925
commit ef3d7392ff

View File

@ -3,7 +3,7 @@ MAINTAINER Andrew Sotheran <cryptosky.user@gmail.com>
RUN apt update -y && \
apt install -y python3-pip && \
pip3 install nltk numpy sklearn flask pandas && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/lib/apt/lists/*
COPY . /home/spam-filter/.
EXPOSE 9090
CMD ["python", "/home/spam-filter/configuration/scripts/nltk.py"]