Skip to content

Commit

Permalink
trying to put it in a tmp location that we can copy in later
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Jul 22, 2021
1 parent 790b678 commit c8477e1
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 /home/jupyter/.jupyter/lab/user-settings/\@jupyterlab/shortcuts-extension/shortcuts.jupyterlab-settings
COPY rm-merge-shortcut.py /tmp/shortcuts.jupyterlab-settings

# Configure jupyter user
ENV NB_USER=jupyter \
Expand Down

0 comments on commit c8477e1

Please sign in to comment.