fix(picture): add patches directory to web Dockerfile

pnpm install fails without the patches/ directory since pnpm-lock.yaml
references patch files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-20 20:57:38 +01:00
parent e5ba591680
commit 6476521fd1

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 picture web
COPY packages/shared-types ./packages/shared-types