From bdb08004b9354d80ccefa3e5cef6dc3508f1b4f4 Mon Sep 17 00:00:00 2001 From: iam-truongtrungnghia <149591043+ttncode@users.noreply.github.com> Date: Mon, 14 Sep 2026 11:42:01 +0700 Subject: [PATCH] fix(web): stop copying the removed public directory into the image --- apps/web/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index d5ec211..4a83aae 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -22,7 +22,6 @@ ENV NODE_ENV=production # next standalone output carries only the server files it actually needs COPY --from=build /app/.next/standalone ./ COPY --from=build /app/.next/static ./.next/static -COPY --from=build /app/public ./public USER node # 8080 because that is the container port common/compose.yaml publishes, and # nothing rewrites it — an adapter listening anywhere else publishes a dead