Remove misleading comment from Dockerfile

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-19 19:37:34 +00:00
parent 5971a245a5
commit c5db89149e

View File

@@ -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