Skip to content

Commit 94547f4

Browse files
committed
Fix typo
1 parent 495d48e commit 94547f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/base-notebook/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ COPY start-notebook start-singleuser.sh /usr/local/bin/
5959
COPY jupyter_server_config.py docker_healthcheck.py /etc/jupyter/
6060

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

6464
# Fix permissions on /etc/jupyter as root
6565
USER root

0 commit comments

Comments
 (0)