mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32: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
|
# Entrypoint is start.sh
|
||||||
command = []
|
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":
|
if os.environ.get("RESTARTABLE") == "yes":
|
||||||
command.append("run-one-constantly")
|
command.append("run-one-constantly")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user