We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c6fc2 commit fd60aeaCopy full SHA for fd60aea
.devcontainer/Dockerfile
@@ -14,4 +14,6 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | b
14
&& nvm alias default ${NODE_VERSION}
15
16
# Add node and npm to path
17
-ENV PATH="${NVM_DIR}/versions/node/v${NODE_VERSION}/bin:${PATH}"
+ENV PATH="${NVM_DIR}/versions/node/v${NODE_VERSION}/bin:${PATH}"
18
+RUN npm i -g yarn
19
+RUN yarn
0 commit comments