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:
@@ -35,7 +35,7 @@ def test_nb_user_change(container: TrackedContainer) -> None:
|
||||
tty=True,
|
||||
user="root",
|
||||
environment=[f"NB_USER={nb_user}", "CHOWN_HOME=yes"],
|
||||
command=["start.sh", "bash", "-c", "sleep infinity"],
|
||||
command=["bash", "-c", "sleep infinity"],
|
||||
)
|
||||
|
||||
# Give the chown time to complete.
|
||||
|
Reference in New Issue
Block a user