#1205: Manage both config files

This commit is contained in:
romainx
2020-12-29 20:54:30 +01:00
parent 9648e05b7c
commit 96deb9f4d2
2 changed files with 57 additions and 1 deletions

View File

@@ -150,7 +150,8 @@ CMD ["start-notebook.sh"]
# Copy local files as late as possible to avoid cache busting
COPY start.sh start-notebook.sh start-singleuser.sh /usr/local/bin/
COPY jupyter_server_config.py /etc/jupyter/
# Need to have both files to be able to use classic and lab
COPY jupyter_notebook_config.py jupyter_server_config.py /etc/jupyter/
# Fix permissions on /etc/jupyter as root
USER root