File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ RUN NODE_ARCH=$(echo "console.log(process.arch)" | node) \
8080 && mkdir -p /checode-compilation/.build/node/v${NODE_VERSION}/linux-${NODE_ARCH} \
8181 && echo "caching /checode-compilation/.build/node/v${NODE_VERSION}/linux-${NODE_ARCH}/node" \
8282 && cp /usr/bin/node /checode-compilation/.build/node/v${NODE_VERSION}/linux-${NODE_ARCH}/node \
83- && NODE_OPTIONS="--max_old_space_size =8500" ./node_modules/.bin/gulp vscode-reh-web-linux-${NODE_ARCH}-min \
83+ && NODE_OPTIONS="--max-old-space-size =8500" ./node_modules/.bin/gulp vscode-reh-web-linux-${NODE_ARCH}-min \
8484 && cp -r ../vscode-reh-web-linux-${NODE_ARCH} /checode
8585
8686RUN chmod a+x /checode/out/server-main.js \
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ RUN NODE_ARCH=$(echo "console.log(process.arch)" | node) \
8080 && mkdir -p /checode-compilation/.build/node/v${NODE_VERSION}/linux-${NODE_ARCH} \
8181 && echo "caching /checode-compilation/.build/node/v${NODE_VERSION}/linux-${NODE_ARCH}/node" \
8282 && cp /usr/bin/node /checode-compilation/.build/node/v${NODE_VERSION}/linux-${NODE_ARCH}/node \
83- && NODE_OPTIONS="--max_old_space_size =8500" ./node_modules/.bin/gulp vscode-reh-web-linux-${NODE_ARCH}-min \
83+ && NODE_OPTIONS="--max-old-space-size =8500" ./node_modules/.bin/gulp vscode-reh-web-linux-${NODE_ARCH}-min \
8484 && cp -r ../vscode-reh-web-linux-${NODE_ARCH} /checode \
8585 # cache libbrotli from this image to provide it to a user's container
8686 && mkdir -p /checode/ld_libs && find /usr/lib64 -name 'libbrotli*' 2>/dev/null | xargs -I {} cp -t /checode/ld_libs {}
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN NODE_VERSION=$(cat /checode-compilation/remote/.npmrc | grep target | cut -d
6060 # workaround to fix build
6161 && cp -r /checode-compilation/node_modules/tslib /checode-compilation/remote/node_modules/
6262
63- RUN NODE_OPTIONS="--max_old_space_size =6500" ./node_modules/.bin/gulp vscode-reh-web-linux-alpine-min
63+ RUN NODE_OPTIONS="--max-old-space-size =6500" ./node_modules/.bin/gulp vscode-reh-web-linux-alpine-min
6464RUN cp -r ../vscode-reh-web-linux-alpine /checode
6565
6666RUN chmod a+x /checode/out/server-main.js \
You can’t perform that action at this time.
0 commit comments