Skip to content

Commit

Permalink
change dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Nov 21, 2024
1 parent d65e332 commit 593dbea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ENV OS_ARCHITECTURE="linux-x86_64"
RUN apk update && apk add unzip curl rsync openjdk11 jq bash nodejs npm git

# Remove unnecessary npm modules
RUN rm -rf /usr/local/lib/node_modules/npm/node_modules
RUN rm -rf /usr/lib/node_modules/npm/node_modules

SHELL [ "/bin/bash", "-c" ]

Expand Down

0 comments on commit 593dbea

Please sign in to comment.