Skip to content

Commit e2f71df

Browse files
fix: script syntax error introducted in a0fb1ec
1 parent f74efc4 commit e2f71df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN mkdir /usr/local/nvm
2424
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash \
2525
&& . $NVM_DIR/nvm.sh \
2626
&& nvm install $NODE_VERSION \
27-
&& nvm use $NODE_VERSION
27+
&& nvm use $NODE_VERSION \
2828
&& npm install -g npm@latest
2929

3030
# Remove the default stuff from the filesystem

0 commit comments

Comments
 (0)