We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 745481b + a0fb1ec commit 8b199c0Copy full SHA for 8b199c0
Dockerfile
@@ -25,6 +25,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | b
25
&& . $NVM_DIR/nvm.sh \
26
&& nvm install $NODE_VERSION \
27
&& nvm use $NODE_VERSION
28
+ && npm install -g npm@latest
29
30
# Remove the default stuff from the filesystem
31
RUN rm -rf /usr/share/nginx/html/*
0 commit comments