From 276211bf5ec1873d5c7ef8119a58bc60f55411e9 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Tue, 3 Jan 2017 01:42:13 +0800 Subject: [PATCH] Fix bug! --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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