Skip to content

Commit

Permalink
BUG: fix docker copy path, relative to built-iab
Browse files Browse the repository at this point in the history
  • Loading branch information
ebolyen committed Aug 5, 2019
1 parent c37309e commit d9a6872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9a6872

Please sign in to comment.