Skip to content

Commit 34a8464

Browse files
authored
Update Dockerfile
1 parent 5fcbd65 commit 34a8464

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ COPY --chown=1000:100 . .
1818
RUN rm -rf LICENSE README.md docker .git .github
1919

2020
# Copy lab workspace
21-
COPY --chown=1000:100 default-37a8.jupyterlab-workspace /home/jovyan/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace
21+
COPY --chown=1000:100 docker/default-37a8.jupyterlab-workspace /home/jovyan/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace
2222

2323
# UNCOMMENT THIS LINE FOR REMOTE DEPLOYMENT
24-
COPY jupyter_notebook_config.py /etc/jupyter/
24+
COPY docker/jupyter_notebook_config.py /etc/jupyter/
2525

2626
# Always finish with non-root user as a precaution.
2727
USER $NB_USER

0 commit comments

Comments
 (0)