remove command
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-06-08 20:49:53 -05:00
parent 1ffe933d6e
commit 3354975e2e

View File

@@ -21,7 +21,6 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --save form-data
FROM build-deps AS build
COPY . .
RUN pnpm run build
RUN pnpm prune --production
FROM base AS runtime
COPY --from=prod-deps /app/node_modules /app/node_modules