We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd2b86 commit 957571fCopy full SHA for 957571f
repo2docker/buildpacks/repo2docker-entrypoint
@@ -8,6 +8,7 @@
8
# We later use this FD as a place to redirect the output of the actual
9
# command to. We can't add `tee` to the command directly as that will prevent
10
# the container from exiting when `docker stop` is run.
11
+# See https://stackoverflow.com/a/55678435
12
exec {log_fd}> >(exec tee $REPO_DIR/.jupyter-server-log.txt)
13
14
if [[ ! -z "${R2D_ENTRYPOINT:-}" ]]; then
0 commit comments