Skip to content

Commit ee59422

Browse files
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
1 parent cce1d41 commit ee59422

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/get-started/docker-concepts/building-images/multi-stage-builds.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,7 @@ Now that you have the project, you’re ready to create the `Dockerfile`.
325325
Your final image is just 428 MB, compared to the original build size of 880 MB.
326326
327327
328-
By optimizing each stage and only including what's necessary, you were able to significantly reduce the
329-
overall image size while still achieving the same functionality. This not only improves performance but
330-
also makes your Docker images more lightweight, more secure, and easier to manage.
328+
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.
331329
332330
## Additional resources
333331

0 commit comments

Comments
 (0)