mirror of https://github.com/docker/docs.git
Update multi-stage-builds.md to remove forced linebreak (#21907)
<!--Delete sections as needed --> ## Description I removed linebreaks in multi-stage-builds.md. These linebreaks rendered awkwardly in my browser and aren't used in other areas of the page. Firefox screenshot: <img width="802" alt="Screenshot 2025-01-27 at 6 27 28 PM" src="https://github.com/user-attachments/assets/ac729e1a-0a5f-440c-a92c-8e7579eee6d3" /> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
This commit is contained in:
parent
cce1d41e1c
commit
ee59422b2d
|
@ -325,9 +325,7 @@ Now that you have the project, you’re ready to create the `Dockerfile`.
|
|||
Your final image is just 428 MB, compared to the original build size of 880 MB.
|
||||
|
||||
|
||||
By optimizing each stage and only including what's necessary, you were able to significantly reduce the
|
||||
overall image size while still achieving the same functionality. This not only improves performance but
|
||||
also makes your Docker images more lightweight, more secure, and easier to manage.
|
||||
By optimizing each stage and only including what's necessary, you were able to significantly reduce the overall image size while still achieving the same functionality. This not only improves performance but also makes your Docker images more lightweight, more secure, and easier to manage.
|
||||
|
||||
## Additional resources
|
||||
|
||||
|
|
Loading…
Reference in New Issue