Skip to content

Commit fd60aea

Browse files
authored
Update Dockerfile
1 parent e5c6fc2 commit fd60aea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | b
1414
&& nvm alias default ${NODE_VERSION}
1515

1616
# Add node and npm to path
17-
ENV PATH="${NVM_DIR}/versions/node/v${NODE_VERSION}/bin:${PATH}"
17+
ENV PATH="${NVM_DIR}/versions/node/v${NODE_VERSION}/bin:${PATH}"
18+
RUN npm i -g yarn
19+
RUN yarn

0 commit comments

Comments
 (0)