chore: promote dev to uat (GRO-1231 pnpm-workspace fix) #15

Merged
the-dogfather-cto[bot] merged 2 commits from dev into uat 2026-05-14 17:15:53 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit af75fecb66 - Show all commits
+2 -2
View File
@@ -3,7 +3,7 @@ RUN corepack enable && corepack prepare pnpm@9.15.4 --activate
WORKDIR /app
FROM base AS deps
COPY package.json pnpm-lock.yaml ./
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
COPY apps/api/package.json apps/api/
RUN pnpm install --frozen-lockfile
@@ -17,7 +17,7 @@ RUN corepack enable && corepack prepare pnpm@9.15.4 --activate
WORKDIR /app
ENV NODE_ENV=production
COPY package.json pnpm-lock.yaml ./
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
COPY --from=builder /app/apps/api/package.json apps/api/
COPY --from=builder /app/apps/api/dist apps/api/dist
RUN pnpm install --frozen-lockfile --prod
-1
View File
@@ -1,3 +1,2 @@
packages:
- "apps/*"
- "packages/*"