Remove note about building .war before the docker image

Both Dockerfiles also build the war as part of a multi stage build, so I guess that comment is obsolete.
This commit is contained in:
Wolfgang Werner 2022-02-08 14:37:25 +01:00 committed by PlantUML
parent ca3e9312b3
commit b5c21c76b6
1 changed files with 1 additions and 3 deletions

View File

@ -132,9 +132,7 @@ You can set all the following variables:
## Alternate: How to build your docker image
This method uses maven to run the application. That requires internet connectivity.
So, you can use following command to create a self-contained docker image that will "just-work".
*Note: Generate the WAR (instructions further below) prior to running "docker build"*
So, you can use following command to create a self-contained docker image that will "just work".
```sh
docker image build -f Dockerfile.jetty -t plantuml-server:local .