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.
1 parent f74efc4 commit e2f71dfCopy full SHA for e2f71df
Dockerfile
@@ -24,7 +24,7 @@ RUN mkdir /usr/local/nvm
24
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash \
25
&& . $NVM_DIR/nvm.sh \
26
&& nvm install $NODE_VERSION \
27
- && nvm use $NODE_VERSION
+ && nvm use $NODE_VERSION \
28
&& npm install -g npm@latest
29
30
# Remove the default stuff from the filesystem
0 commit comments