move deployment to dev branch

This commit is contained in:
SennayT
2026-05-28 14:12:32 +03:00
parent af5f4cd038
commit 37c13ee7e1
3 changed files with 17 additions and 16 deletions

View File

@@ -18,6 +18,7 @@ FROM base AS installer
COPY --from=pruner /app/out/json/ .
COPY --from=pruner /app/out/pnpm-lock.yaml ./pnpm-lock.yaml
RUN --mount=type=secret,id=npmrc,target=./.npmrc,required=false \
--mount=type=cache,id=pnpm,target=/pnpm/store \
pnpm install --frozen-lockfile
FROM base AS builder