chore: promote dev to uat — Dockerfile pnpm-workspace fix (GRO-1231)

chore: promote dev to uat (GRO-1231 pnpm-workspace fix)
This commit was merged in pull request #15.
This commit is contained in:
the-dogfather-cto[bot]
2026-05-14 17:15:52 +00:00
committed by GitHub
2 changed files with 2 additions and 3 deletions
+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/*"