Skip to content
Snippets Groups Projects
Commit b0175055 authored by calrama's avatar calrama
Browse files

[jupyterhub] fix moving root home to /home

parent eecff289
No related branches found
No related tags found
No related merge requests found
Pipeline #31717 passed
......@@ -21,6 +21,8 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
npm config set cache /var/cache/npm --global && \
npm config set update-notifier false --global
RUN sed -i -e 's|root:/root|root:/home|g' /etc/passwd
ENV HOME=/home
ENV XDG_DATA_HOME=/usr/local/share
ENV IPYTHONDIR=/usr/local/etc/ipython
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment