Skip to content

Commit

Permalink
Don't include nodejs folder to the final assembly
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <[email protected]>
  • Loading branch information
RomanNikitenko committed Jul 6, 2023
1 parent 57cc93d commit 2efe91d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/dockerfiles/linux-libc.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ RUN { \
&& cp nodejs/bin/node ${CACHE_NODE_PATH}/node \
# compile assembly
&& NODE_OPTIONS="--max_old_space_size=8500" ./node_modules/.bin/gulp vscode-reh-web-${PLATFORM}-${BUILD_ARCH}-min \
&& cp -r ../vscode-reh-web-${PLATFORM}-${BUILD_ARCH} /checode \
&& mv nodejs /checode/nodejs
&& cp -r ../vscode-reh-web-${PLATFORM}-${BUILD_ARCH} /checode

RUN chmod a+x /checode/out/server-main.js \
&& chgrp -R 0 /checode && chmod -R g+rwX /checode
Expand Down

0 comments on commit 2efe91d

Please sign in to comment.