spring-guides / gs-spring-boot-docker

Spring Boot with Docker :: Learn how to create a Docker container from a Spring Boot application with Maven or Gradle

Home Page:https://spring.io/guides/gs/spring-boot-docker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

documentation - README.adoc

hks1 opened this issue · comments

commented

documentation needs to be improved
e.g. in https://github.com/spring-guides/gs-spring-boot-docker#containerize-it
"It is then copied (by the COPY command) the project JAR file into the container as app.jar" is to be re-written as
"It then copies (by the COPY command) the project JAR file into the container as app.jar"