mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-12-22 08:48:54 +00:00
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:
parent
ca3e9312b3
commit
b5c21c76b6
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user