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

[jupyterhub] explicit data directory as work directory

parent 060177b7
No related branches found
No related tags found
No related merge requests found
Pipeline #30336 passed
......@@ -61,6 +61,7 @@ COPY themes.jupyterlab-settings /root/.jupyter/lab/user-settings/@jupyterlab/app
COPY commands.jupyterlab-settings /root/.jupyter/lab/user-settings/@jupyterlab/codemirror-extension/
RUN chmod -x /etc/update-motd.d/*
RUN mkdir /data
WORKDIR "/root"
WORKDIR "/data"
CMD [ "jupyterhub-singleuser" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment