mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-16 22:42:57 +00:00
Make start.sh
the entrypoint (#2087)
This commit is contained in:
@@ -18,5 +18,5 @@ def run_command(
|
||||
return container.run_and_wait(
|
||||
timeout=timeout,
|
||||
tty=True,
|
||||
command=["start.sh", "bash", "-c", command],
|
||||
command=["bash", "-c", command],
|
||||
)
|
||||
|
Reference in New Issue
Block a user