mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:01:08 +02:00
fix(landing-builder): 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:
parent
d29348d906
commit
994f03c423
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ WORKDIR /app
|
|||
# Install dependencies
|
||||
FROM base AS deps
|
||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
|
||||
COPY patches ./patches
|
||||
COPY services/mana-landing-builder/package.json ./services/mana-landing-builder/
|
||||
COPY packages/shared-types/package.json ./packages/shared-types/
|
||||
# Template needs shared-landing-ui at build time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue