Skip to content

Commit

Permalink
trying to make it so I copy whole path
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Jul 22, 2021
1 parent c8477e1 commit 47c6062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r-dsci-100/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN useradd -m -s /bin/bash -N -u 9999 jupyter

USER jupyter

COPY rm-merge-shortcut.py /tmp/shortcuts.jupyterlab-settings
COPY rm-merge-shortcut.py /tmp/user-settings/\@jupyterlab/shortcuts-extension/shortcuts.jupyterlab-settings

# Configure jupyter user
ENV NB_USER=jupyter \
Expand Down

0 comments on commit 47c6062

Please sign in to comment.