Compare commits

..

No commits in common. "c887d9748da14dcb42b11cf8bcc773b301ea55b5" and "22b48a429f10e1de233237b5c534c9c3d2e41597" have entirely different histories.

View File

@ -17,7 +17,7 @@ FROM base AS deps
RUN --mount=type=bind,target=.,rw \
--mount=type=cache,target=/src/.yarn/cache \
--mount=type=cache,target=/src/node_modules \
yarn install --immutable && mkdir /vendor && cp yarn.lock /vendor
yarn install && mkdir /vendor && cp yarn.lock /vendor
FROM scratch AS vendor-update
COPY --from=deps /vendor /