260320:1559 Refactor Overrall #08-3 Fix: pnpm frontend deploy
Build and Deploy / deploy (push) Successful in 6m29s

This commit is contained in:
admin
2026-03-20 15:59:17 +07:00
parent 3320b552ce
commit c1a6dda44d
+1 -1
View File
@@ -66,7 +66,7 @@ RUN ls -la /w/frontend/.next/ || (echo "ERROR: Build not found!" && exit 1)
# Create a self-contained deployment with flat node_modules (no pnpm symlinks)
# pnpm deploy resolves all workspace symlinks into real files that Docker COPY can handle
WORKDIR /w
RUN pnpm --filter lcbp3-frontend deploy /deploy --prod
RUN pnpm --filter lcbp3-frontend deploy /deploy --prod --legacy
# =========================