Skip to content

Commit 7606583

Browse files
committed
Dockerfile: add command for updating npm
1 parent 6e3cecb commit 7606583

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ SHELL ["/bin/bash", "--login", "-c"]
2727
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \
2828
&& . ~/.nvm/nvm.sh \
2929
&& nvm install --lts=hydrogen
30+
# install npm updates
31+
RUN npm install -g [email protected]
3032
# clone repo
3133
RUN --mount=type=ssh,uid=1002 git clone [email protected]:MFB-Technologies-Inc/react-async-renderer /home/$USERNAME/workspace/react-async-renderer
3234
# set working dir

0 commit comments

Comments
 (0)