From d9a68722d457436ee042173ea06d60365f650bc1 Mon Sep 17 00:00:00 2001 From: Evan Bolyen Date: Mon, 5 Aug 2019 14:45:45 -0700 Subject: [PATCH] BUG: fix docker copy path, relative to built-iab --- Dockerfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.template b/Dockerfile.template index 8498e05..8081fdd 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -16,7 +16,7 @@ RUN apt-get update RUN apt-get install -y xvfb x11-utils COPY IAB-notebooks ${HOME}/IAB-notebooks/ -COPY custom.css ${HOME}/.jupyter/custom/ +COPY .jupyter/custom/custom.css ${HOME}/.jupyter/custom/custom.css # `fix-permissions` ships with jupyter/minimal-notebook RUN fix-permissions ${HOME} RUN rm -rf work