diff --git a/Dockerfile b/Dockerfile index fcacb2d..0fd1623 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM jupyter/minimal-notebook:29f53f8b9927 -COPY Makefile requirements.txt setup.py ./ +COPY Makefile requirements.txt setup.py README.md ./ RUN make bootstrap