Skip to content

Commit 7a89105

Browse files
fix: update Dockerfile to copy both package.json and yarn.lock for installation
1 parent 3679c96 commit 7a89105

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,7 +16,7 @@ RUN ln -sf /usr/bin/yarnpkg /usr/bin/yarn
1616

1717
WORKDIR /workspace
1818

19-
COPY package.json /workspace/
19+
COPY package.json yarn.lock /workspace/
2020

2121
RUN yarn install
2222

0 commit comments

Comments
 (0)