Browse Source

Merge branch '2.2.x'

pull/19159/head
Madhura Bhave 6 years ago
parent
commit
e8a0d2d9d0
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc

2
spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc

@ -54,7 +54,7 @@ For example, using a `Dockerfile` you could express it in this form: @@ -54,7 +54,7 @@ For example, using a `Dockerfile` you could express it in this form:
ENTRYPOINT ["java","-cp","app:app/lib/*","com.example.MyApplication"]
----
Assuming the above `Dockerfile` is the current directory, your docker image can be built with `docker build .`, or optionally specifying the path to your application jar, as show in the following example:
Assuming the above `Dockerfile` is the current directory, your docker image can be built with `docker build .`, or optionally specifying the path to your application jar, as shown in the following example:
[indent=0]
----

Loading…
Cancel
Save