fix: stabilize docker e2e flows

This commit is contained in:
Peter Steinberger
2026-02-02 13:08:52 +00:00
parent 9bd64c8a1f
commit f9fae2c439
8 changed files with 79 additions and 9 deletions
+1
View File
@@ -10,6 +10,7 @@ RUN apt-get update \
WORKDIR /repo
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
COPY scripts/postinstall.js ./scripts/postinstall.js
COPY scripts/setup-git-hooks.js ./scripts/setup-git-hooks.js
RUN corepack enable \
&& pnpm install --frozen-lockfile