fix(todo): add missing patches directory to web Dockerfile

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-22 18:24:10 +01:00
parent 9bdb997394
commit 50d084b25f

View file

@ -20,6 +20,9 @@ COPY pnpm-workspace.yaml ./
COPY package.json ./
COPY pnpm-lock.yaml ./
# Copy patches (referenced by pnpm-lock.yaml)
COPY patches ./patches
# Copy shared packages needed by todo web
COPY packages/shared-types ./packages/shared-types
COPY packages/shared-splitscreen ./packages/shared-splitscreen