From c1a6dda44d61d992e79af1ff2016bfb099b094c7 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 20 Mar 2026 15:59:17 +0700 Subject: [PATCH] 260320:1559 Refactor Overrall #08-3 Fix: pnpm frontend deploy --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 6fc445a..81b5a6c 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -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 # =========================