fix(zitare): add missing patches/ COPY to web Dockerfile

The pnpm lockfile references patches (e.g., react-native-reanimated)
which need to be present for --frozen-lockfile to succeed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-24 19:20:44 +01:00
parent 9431af656d
commit 994abf3ece

View file

@ -19,6 +19,7 @@ WORKDIR /app
COPY pnpm-workspace.yaml ./
COPY package.json ./
COPY pnpm-lock.yaml ./
COPY patches/ ./patches/
# Copy shared packages needed by zitare web
COPY packages/shared-api-client ./packages/shared-api-client