fix: copy postinstall for cleanup docker

This commit is contained in:
Peter Steinberger
2026-01-11 10:28:02 +00:00
parent f1285be76b
commit 7551415db9

View File

@@ -10,6 +10,7 @@ RUN apt-get update \
WORKDIR /repo
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
COPY patches ./patches
COPY scripts/postinstall.js ./scripts/postinstall.js
RUN corepack enable \
&& pnpm install --frozen-lockfile