From c5db89149eb8cb3a7682f62325ab4fa042d65040 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 19 Jan 2026 19:37:34 +0000 Subject: [PATCH] Remove misleading comment from Dockerfile Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com> --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fcb122b..8fd6501 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,6 @@ WORKDIR /app ENV NODE_ENV=production # Copy necessary files from builder -# Copy public directory only if it exists (optional for projects without public assets) COPY --from=builder /app/.next/standalone ./ COPY --from=builder /app/.next/static ./.next/static