Merge pull request #1248 from Tria-plc/freight_feature/usermanagement

fix issue
This commit is contained in:
marshal
2026-08-12 10:50:57 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ 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
pnpm install --no-frozen-lockfile
FROM base AS builder
COPY --from=installer /app/ .

View File

@@ -18,7 +18,7 @@ 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
pnpm install --no-frozen-lockfile
FROM base AS builder
ARG TURBO_FILTER