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:
Till JS 2026-03-23 10:50:52 +01:00
parent 143112f77a
commit 734ab8012a

View file

@ -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