From f2a79321af79e17e38e140258f223e01ce542c8b Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Thu, 17 Sep 2020 14:01:12 +0200
Subject: [PATCH] [jupyterhub] fix

---
 jupyterhub/base/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jupyterhub/base/Dockerfile b/jupyterhub/base/Dockerfile
index 82e5ca6..6bb8a96 100755
--- a/jupyterhub/base/Dockerfile
+++ b/jupyterhub/base/Dockerfile
@@ -23,7 +23,7 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
 
 ENV IPYTHONDIR=/usr/local/etc/ipython
 COPY jupyter_notebook_config.py /usr/local/etc/jupyter
-ENV JUPYTER_CONFIG_DIR=/usr/local/etc/jupyter/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