From 3b73800008e0ffb4bb10dee52f39c688c7b6399d Mon Sep 17 00:00:00 2001 From: hannah Date: Tue, 25 Aug 2020 13:32:40 +0200 Subject: [PATCH] binder badge --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c4c4b04..217c617 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,6 @@ RUN pip install --no-cache-dir notebook==5.7.9 # Copy files for notebooks ########## -RUN mkdir notebooks -#COPY doc/source/*.ipynb notebooks/ -COPY doc/source/doc/*.ipynb notebooks/ +RUN mkdir doc +#COPY doc/source/*.ipynb doc +COPY doc/source/doc/*.ipynb doc