mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 20:42:57 +00:00
Make start.sh
the entrypoint (#2087)
This commit is contained in:
@@ -30,5 +30,5 @@ def test_check_extension(container: TrackedContainer, extension: str) -> None:
|
||||
container.run_and_wait(
|
||||
timeout=10,
|
||||
tty=True,
|
||||
command=["start.sh", "jupyter", "labextension", "check", extension],
|
||||
command=["jupyter", "labextension", "check", extension],
|
||||
)
|
||||
|
Reference in New Issue
Block a user