Skip to content

Commit

Permalink
Remove lines that change ownership of dirs to root.
Browse files Browse the repository at this point in the history
  • Loading branch information
briank-git committed Sep 2, 2023
1 parent e14d2e1 commit 83c7e50
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dockerfiles/r-stat-301/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,3 @@ RUN jupyter labextension disable @jupyterlab/cell-toolbar-extension

# Configure shortcuts-extension to remove Shift-M cell merge shortcut
COPY shortcuts.jupyterlab-settings /home/${NB_USER}/.jupyter/lab/user-settings/\@jupyterlab/shortcuts-extension/shortcuts.jupyterlab-settings

# Make sure everything in the home folder is owned by NB_USER
USER root
RUN chown -R ${NB_USER} /home/${NB_USER}
USER ${NB_UID}

0 comments on commit 83c7e50

Please sign in to comment.