diff --git a/Dockerfile b/Dockerfile index 031bcf32..24857ca4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ MAINTAINER Richard Chien COPY *.py ./ COPY commands commands +COPY filters filters COPY requirements.txt requirements.txt RUN pip install --upgrade pip