Skip to content

Commit 78978b4

Browse files
committed
Fixes typo
1 parent 8ed2599 commit 78978b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/post/dockerize-spring-boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ $ curl http://localhost:8080/ping
220220
This already gives us a solid ground to build upon for production and uses all the best practices almost for free. For example we already could see two benefits:
221221

222222
- The size of the created docker image from the "manual" `Dockerfile` is **468MB** while the image created by paketo with default settings is **265MB**.
223-
- The docker layers are cached. When only the java source code is changed, we can see the following message: *Reused 4/5 app layer(s)*. So we (Paketo) can optimize our build and rebuild only what's actually necesseary.
223+
- The docker layers are cached. When only the java source code is changed, we can see the following message: *Reused 4/5 app layer(s)*. So we (Paketo) can optimize our build and rebuild only what's actually necessary.
224224
225225
For more information please have a look on the Spring doc [Packaging OCI Images](https://docs.spring.io/spring-boot/gradle-plugin/packaging-oci-image.html).
226226

0 commit comments

Comments
 (0)