Skip to content
Snippets Groups Projects
Commit 925ccfb7 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

adds a ~/.gitconfig link to work/

parent b20a93af
Branches
Tags
No related merge requests found
...@@ -102,3 +102,6 @@ RUN [[ ! -f /home/jovyan/.jupyter/jupyter_config.py ]] && touch /home/jovyan/.ju ...@@ -102,3 +102,6 @@ RUN [[ ! -f /home/jovyan/.jupyter/jupyter_config.py ]] && touch /home/jovyan/.ju
USER $NB_USER USER $NB_USER
RUN echo -e "\e[93m***** Moves user environment to work subdirectory ****\e[38;5;241m" && \
ln -s work/.gitconfig .gitconfig && \
mkdir work/.ssh && ln -s work/.ssh .ssh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment