Skip to content

Commit

Permalink
chore(readme): clarify cleaning setting.xml during build (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanavasileva committed Oct 27, 2023
1 parent 7118a88 commit a316482
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,12 @@ docker run -d --name camunda -p 8080:8080 \

## Build

You can use the image to build a Docker image for a given Camunda Platform
version and distribution.
You can build a Docker image for a given Camunda Platform version and distribution yourself.
Make sure to adjust the [settings.xml](settings.xml) and remove the `camunda-nexus` server and mirror
(no matter if you are building a community or enterprise edition).
If you want to build the enterprise edition (EE),
check out [the dedicated README section](#build-an-enterprise-version).


### Build a released version

Expand Down

0 comments on commit a316482

Please sign in to comment.