Skip to content

Commit e245858

Browse files
authored
try fix yarn install
1 parent 5b07e48 commit e245858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | b
1616
# Add node and npm to path
1717
ENV PATH="${NVM_DIR}/versions/node/v${NODE_VERSION}/bin:${PATH}"
1818
RUN npm i -g yarn
19-
RUN yarn
19+
RUN cd ~/workspace && yarn

0 commit comments

Comments
 (0)