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

[jupyterhub] fix workdir

parent bf3c4e0a
No related branches found
No related tags found
No related merge requests found
Pipeline #31682 failed
...@@ -79,5 +79,5 @@ ENV JUPYTERLAB_WORKSPACES_DIR=/root/.config/jupyter/lab/workspaces ...@@ -79,5 +79,5 @@ ENV JUPYTERLAB_WORKSPACES_DIR=/root/.config/jupyter/lab/workspaces
RUN chmod -x /etc/update-motd.d/* RUN chmod -x /etc/update-motd.d/*
RUN mkdir /data RUN mkdir /data
WORKDIR "/data" WORKDIR "/root"
CMD [ "jupyterhub-singleuser" ] CMD [ "jupyterhub-singleuser" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment