CI Perf Lint

dockerfile-final-stage-copies-broad-context

Detects Dockerfiles where the final image stage copies the broad build context.

This rule looks for:

It skips copies from another stage such as COPY --from=builder ....

Why it matters:

What to do: