From b5c21c76b6f721dd46e88cecb0e8bf1784457731 Mon Sep 17 00:00:00 2001 From: Wolfgang Werner Date: Tue, 8 Feb 2022 14:37:25 +0100 Subject: [PATCH] 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. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 .