mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:41:09 +02:00
fix(docker): add patches directory to mana-media Dockerfile
The pnpm-lock.yaml references patches (react-native-reanimated) which must be present for pnpm install --frozen-lockfile to succeed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
143112f77a
commit
734ab8012a
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ WORKDIR /app
|
|||
|
||||
# Copy all necessary files
|
||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
|
||||
COPY patches ./patches
|
||||
COPY packages/shared-drizzle-config ./packages/shared-drizzle-config
|
||||
COPY packages/shared-nestjs-metrics ./packages/shared-nestjs-metrics
|
||||
COPY services/mana-media ./services/mana-media
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue