Merge main into dev - sync with latest Docker/CI fixes

This commit is contained in:
Wuesteon 2025-12-25 21:19:02 +01:00
commit a150a82c11
4 changed files with 134 additions and 498 deletions

View file

@ -33,7 +33,7 @@ RUN pnpm build
WORKDIR /app/packages/shared-nestjs-cors
RUN pnpm build
# Build the backend
# Build the backend (includes compiling todo shared TypeScript)
WORKDIR /app/apps/todo/apps/backend
RUN pnpm build