uv/docs/guides
Matthijs Kok 539b7368cd
Update Docker integration guide to prefer `COPY` over `ADD` for simple cases (#16883)
## Summary

Docker best practices recommend to use `COPY` when the additional
functionality of `ADD` is not used.

See:
- https://docs.docker.com/build/building/best-practices/#add-or-copy
-
https://www.docker.com/blog/docker-best-practices-understanding-the-differences-between-add-and-copy-instructions-in-dockerfiles/

## Test Plan

Docs only change
2025-12-03 15:16:42 +00:00
..
integration Update Docker integration guide to prefer `COPY` over `ADD` for simple cases (#16883) 2025-12-03 15:16:42 +00:00
migration Finish incomplete sentence in pip migration guide (#14432) 2025-07-03 01:02:17 +00:00
index.md Misc. improvements to the documentation (#11255) 2025-02-05 17:22:09 -06:00
install-python.md Stabilize addition of Python executables to the bin (#14626) 2025-07-17 17:20:21 -05:00
package.md Collect and upload PEP 740 attestations during `uv publish` (#16731) 2025-11-24 16:47:15 -05:00
projects.md Move the "Export" guide to the projects concept section (#16835) 2025-11-24 10:39:52 -06:00
scripts.md handle an existing shebang in `uv init --script` (#14141) 2025-06-19 14:47:22 -07:00
tools.md Support Git LFS with opt-in (#16143) 2025-12-02 12:23:51 +00:00