From 2010849fee24eb69f9fa06e77772a339f0acc2c8 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Thu, 8 Dec 2016 22:24:25 +0800 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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