Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down