diff --git a/Dockerfile b/Dockerfile index d4efc2b8..9b1aa866 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,9 @@ FROM python:3.5.1 MAINTAINER Richard Chien COPY *.py ./ -COPY commands commands COPY filters filters +COPY commands commands +COPY nl_processors nl_processors COPY requirements.txt requirements.txt RUN pip install --upgrade pip