We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347b518 commit 9768dffCopy full SHA for 9768dff
.devcontainer/Dockerfile
@@ -16,7 +16,7 @@ RUN ln -sf /usr/bin/yarnpkg /usr/bin/yarn
16
17
WORKDIR /workspace
18
19
-COPY package.json yarn.lock /workspace/
+COPY package.json /workspace/
20
21
RUN yarn install
22
0 commit comments