From 82499cedc86e86674e6b5c4a99769e18c5effce0 Mon Sep 17 00:00:00 2001 From: Silvio Domingos Date: Sat, 14 Oct 2017 00:26:12 +0200 Subject: [PATCH] Forcing PR diffs to update Including a space to force the diffs to update --- research/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/research/Dockerfile b/research/Dockerfile index a8887d901..5c9677c83 100644 --- a/research/Dockerfile +++ b/research/Dockerfile @@ -23,6 +23,7 @@ RUN sudo -u jovyan mkdir /home/jovyan/.jupyter USER jovyan COPY ./research/requirements.txt ./requirements.txt + COPY ./config.ini ./config.ini COPY ./setup ./setup