mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00
Fix information about RESTARTABLE option
This commit is contained in:
@@ -17,7 +17,7 @@ if "JUPYTERHUB_API_TOKEN" in os.environ:
|
||||
# Entrypoint is start.sh
|
||||
command = []
|
||||
|
||||
# If we want to survive restarts, tell that to start.sh
|
||||
# If we want to survive restarts, launch the command using `run-one-constantly`
|
||||
if os.environ.get("RESTARTABLE") == "yes":
|
||||
command.append("run-one-constantly")
|
||||
|
||||
|
Reference in New Issue
Block a user