From c3a049d8f33355aa84134c57d6983ea716bb40aa Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Thu, 17 Sep 2020 14:13:08 +0200 Subject: [PATCH] [jupyterhub] fix dumb typo --- jupyterhub/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/base/Dockerfile b/jupyterhub/base/Dockerfile index e061a93..bb6d7db 100755 --- a/jupyterhub/base/Dockerfile +++ b/jupyterhub/base/Dockerfile @@ -22,7 +22,7 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \ npm config set update-notifier false --global ENV IPYTHONDIR=/usr/local/etc/ipython -COPY jupyter_notebook_config.py /usr/local/etc/jupyter +COPY jupyter_notebook_config.py /usr/local/etc/jupyter/ ENV JUPYTER_CONFIG_DIR=/usr/local/etc/jupyter ENV JUPYTERLAB_SETTINGS_DIR=/root/.config/jupyter/lab/user-settings ENV JUPYTERLAB_WORKSPACES_DIR=/root/.config/jupyter/lab/workspaces -- GitLab