You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc
+19-9
Original file line number
Diff line number
Diff line change
@@ -35,19 +35,29 @@ Once you have unpacked the jar file, you can also get an extra boost to startup
35
35
36
36
More efficient container images can also be created by copying the dependencies to the image as a separate layer from the application classes and resources (which normally change more frequently).
37
37
There is more than one way to achieve this layer separation.
38
-
For example, using a `Dockerfile` you could express it in this form (assuming the jar is already unpacked at `target/dependency`):
38
+
For example, using a `Dockerfile` you could express it in this form:
0 commit comments