Compare commits

..

No commits in common. "ff26911fd365b0233252dfbd8eede1c0e9ef9a51" and "d2aace88c215bf1196304f5a1f372aa8384f1b54" 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 /