From d0d5535f10524b96c1ce510c9ce25a4c82118935 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Thu, 16 Feb 2017 21:45:31 +0800 Subject: [PATCH] Fix docker bug --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9b1aa866..603f4fa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM python:3.5.1 MAINTAINER Richard Chien COPY *.py ./ +COPY msg_src_adapters msg_src_adapters COPY filters filters COPY commands commands COPY nl_processors nl_processors