From b842f16848ff65fac23e312822fa7e9d67153442 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 16 Nov 2019 09:36:48 +0300 Subject: [PATCH] Polish "Use caps in docker file example for consistency" See gh-19029 --- .../spring-boot-docs/src/main/asciidoc/deployment.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc index 5c7311304373..da0ef35e407b 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc @@ -58,10 +58,11 @@ Assuming the above `Dockerfile` is the current directory, your docker image can [indent=0] ---- - docker build --build-arg appjar=path/to/myapp.jar . + docker build --build-arg APPJAR=path/to/myapp.jar . ---- + [[cloud-deployment]] == Deploying to the Cloud Spring Boot's executable jars are ready-made for most popular cloud PaaS (Platform-as-a-Service) providers.