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