diff --git a/README.md b/README.md index d7910b3..11a731c 100644 --- a/README.md +++ b/README.md @@ -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 .