We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5b5e7 commit 6982467Copy full SHA for 6982467
1 file changed
tools/build-with-docker.sh
@@ -12,6 +12,8 @@ fi
12
docker run --rm -i \
13
-u "$(id -u):$(id -g)" \
14
-e "ACTION_MODE=${ACTION_MODE:-false}" \
15
+ -e "npm_config_prefix=/workspace/cache/npm/node_global" \
16
+ -e "npm_config_cache=/workspace/cache/npm/node_cache" \
17
-w /workspace \
18
-v "$root_dir:/workspace" \
19
$image \
0 commit comments