diff --git a/Dockerfile b/Dockerfile index 259554b..bff8664 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Andrew Sotheran RUN apk update && \ apk add py-pip libc-dev gcc RUN pip install utils pycryptodome && \ - pip install nltk pandas numpy sklearn flask + pip install nltk numpy pandas numpy sklearn flask COPY . /home/spam-filter/. EXPOSE 9090 CMD ["python", "/home/spam-filter/src/main.py"] \ No newline at end of file