Skip to content

Commit 957571f

Browse files
betatimmanics
andauthored
Add StackOverflow link to comment
Co-authored-by: Simon Li <[email protected]>
1 parent 3dd2b86 commit 957571f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repo2docker/buildpacks/repo2docker-entrypoint

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# We later use this FD as a place to redirect the output of the actual
99
# command to. We can't add `tee` to the command directly as that will prevent
1010
# the container from exiting when `docker stop` is run.
11+
# See https://stackoverflow.com/a/55678435
1112
exec {log_fd}> >(exec tee $REPO_DIR/.jupyter-server-log.txt)
1213

1314
if [[ ! -z "${R2D_ENTRYPOINT:-}" ]]; then

0 commit comments

Comments
 (0)