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