Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Oct 17, 2023
1 parent 495d48e commit 94547f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ COPY start-notebook start-singleuser.sh /usr/local/bin/
COPY jupyter_server_config.py docker_healthcheck.py /etc/jupyter/

# Symlink start-notebook to start-notebook for backwards compatibility
RUN ln -s /usr/local/bin/start-notebook /usr/local/bin/start-notebook
RUN ln -s /usr/local/bin/start-notebook /usr/local/bin/start-notebook.sh

# Fix permissions on /etc/jupyter as root
USER root
Expand Down

0 comments on commit 94547f4

Please sign in to comment.