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 957571f commit 044e112Copy full SHA for 044e112
repo2docker/buildpacks/repo2docker-entrypoint
@@ -19,3 +19,6 @@ if [[ ! -z "${R2D_ENTRYPOINT:-}" ]]; then
19
else
20
exec "$@" >&"$log_fd" 2>&1
21
fi
22
+
23
+# Close the loggging output aggain
24
+exec {log_fd}>&-
0 commit comments