Files
Ben Cherry 76e17704b3
Some checks failed
Release to Docker / Generate builds for Docker (push) Has been cancelled
Release / Release (push) Has been cancelled
feat: improve Dockerfile build performance with multi-stage builds (#789)
Convert all Dockerfile templates to multi-stage builds to eliminate
expensive `chown -R` operations. Use `COPY --from=build --chown=` to
set ownership in a single layer instead. Add venv to pip template for
clean multi-stage copying. Add coding agent files and test patterns to
dockerignore templates. Matches livekit/web#3448.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 11:28:35 -07:00
..