Add StackOverflow link to comment

Co-authored-by: Simon Li <orpheus+devel@gmail.com>
pull/987/head
Tim Head 2020-11-26 07:27:06 +01:00 zatwierdzone przez GitHub
rodzic 3dd2b8652d
commit 957571f739
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,7 @@
# We later use this FD as a place to redirect the output of the actual
# command to. We can't add `tee` to the command directly as that will prevent
# the container from exiting when `docker stop` is run.
# See https://stackoverflow.com/a/55678435
exec {log_fd}> >(exec tee $REPO_DIR/.jupyter-server-log.txt)
if [[ ! -z "${R2D_ENTRYPOINT:-}" ]]; then