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.
2 parents 22b48a4 + cfdae34 commit c887d97Copy full SHA for c887d97
1 file changed
dev.Dockerfile
@@ -17,7 +17,7 @@ FROM base AS deps
17
RUN --mount=type=bind,target=.,rw \
18
--mount=type=cache,target=/src/.yarn/cache \
19
--mount=type=cache,target=/src/node_modules \
20
- yarn install && mkdir /vendor && cp yarn.lock /vendor
+ yarn install --immutable && mkdir /vendor && cp yarn.lock /vendor
21
22
FROM scratch AS vendor-update
23
COPY --from=deps /vendor /
0 commit comments