Skip to content

Commit e407f93

Browse files
committed
Remove extra space
1 parent 73debbc commit e407f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RUN sed -re "s/c.ServerApp/c.NotebookApp/g" \
6969
# HEALTHCHECK documentation: https://docs.docker.com/engine/reference/builder/#healthcheck
7070
# This healtcheck works well for `lab`, `notebook`, `nbclassic`, `server` and `retro` jupyter commands
7171
# https://github.com/jupyter/docker-stacks/issues/915#issuecomment-1068528799
72-
HEALTHCHECK --interval=5s --timeout=3s --start-period=5s --retries=3 \
72+
HEALTHCHECK --interval=5s --timeout=3s --start-period=5s --retries=3 \
7373
CMD /etc/jupyter/docker_healthcheck.py || exit 1
7474

7575
# Switch back to jovyan to avoid accidental container runs as root

0 commit comments

Comments
 (0)