Skip to content

Commit 50476b9

Browse files
author
Kristinn Gudjonsson
committed
Fixed a minor issue with the docker file.
1 parent 8ad7f9b commit 50476b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyter/docker/docker_build/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
2323
ENV JUPYTER_PORT=8899
2424

2525
COPY --chown=1000:1000 docker/docker_build/00-import.py /home/lacework/.ipython/profile_default/startup/00-import.py
26-
COPY --chown=1000:1000 docker/docker_build/10-functions.py /home/lacework/.ipython/profile_default/startup/10-functions.py
2726
COPY --chown=1000:1000 docker/docker_build/jupyter_notebook_config.py /home/lacework/.jupyter/jupyter_notebook_config.py
2827
COPY --chown=1000:1000 docker/docker_build/logo.png /home/lacework/.jupyter/custom/logo.png
2928
COPY --chown=1000:1000 docker/docker_build/custom.css /home/lacework/.jupyter/custom/custom.css

0 commit comments

Comments
 (0)