fix(matrix): add patches dir to Dockerfile for pnpm install

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-23 12:27:23 +01:00
parent 0f93496364
commit c1d390b7ec

View file

@ -17,6 +17,7 @@ WORKDIR /app
COPY pnpm-workspace.yaml ./
COPY package.json ./
COPY pnpm-lock.yaml ./
COPY patches ./patches
# Copy shared packages needed by matrix web
COPY packages/shared-auth ./packages/shared-auth