From ef3d7392ff4cb8fd254386847355e2476474e77a Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Fri, 6 Mar 2020 11:38:31 +0000 Subject: [PATCH] [06.03.20] Done goofed with RUN --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ede3b72..b4e9335 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Andrew Sotheran 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"]