mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 00:01:10 +02:00
fix(nutriphi): add shared-nestjs-setup to Dockerfile
The package is required for the bodyLimit configuration. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
b404ddc9a8
commit
509bbb9920
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ COPY pnpm-lock.yaml ./
|
|||
|
||||
# Copy shared packages
|
||||
COPY packages/shared-nestjs-auth ./packages/shared-nestjs-auth
|
||||
COPY packages/shared-nestjs-setup ./packages/shared-nestjs-setup
|
||||
|
||||
# Copy nutriphi packages and backend
|
||||
COPY apps/nutriphi/packages ./apps/nutriphi/packages
|
||||
|
|
@ -25,6 +26,9 @@ RUN pnpm install --frozen-lockfile
|
|||
WORKDIR /app/packages/shared-nestjs-auth
|
||||
RUN pnpm build
|
||||
|
||||
WORKDIR /app/packages/shared-nestjs-setup
|
||||
RUN pnpm build
|
||||
|
||||
# Build the backend
|
||||
WORKDIR /app/apps/nutriphi/apps/backend
|
||||
RUN pnpm build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue