mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:21:10 +02:00
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:
parent
9bdb997394
commit
50d084b25f
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue