Don't inherit TMPDIR in the Docker container (#120)

This commit is contained in:
Mateusz Burzyński
2026-01-19 12:18:35 +00:00
committed by pullfrog[bot]
parent 45cb7d05a1
commit 983ef8aba8
+3 -1
View File
@@ -203,7 +203,9 @@ Examples:
"-e",
"COREPACK_ENABLE_DOWNLOAD_PROMPT=0",
"-e",
`HOME=/tmp/home`,
"HOME=/tmp/home",
"-e",
"TMPDIR=/tmp",
"node:24",
"bash",
"-c",