Skip to content

Commit 8b199c0

Browse files
Merge pull request #89 from nullinside-development-group/chore/npm
chore: updating npm version
2 parents 745481b + a0fb1ec commit 8b199c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | b
2525
&& . $NVM_DIR/nvm.sh \
2626
&& nvm install $NODE_VERSION \
2727
&& nvm use $NODE_VERSION
28+
&& npm install -g npm@latest
2829

2930
# Remove the default stuff from the filesystem
3031
RUN rm -rf /usr/share/nginx/html/*

0 commit comments

Comments
 (0)