Hi,
i would like to set a custom standalone.xml or even specify which standalone.xml to use for the camunda wildfly 7.15.4 image.
I use a dockerfile
FROM registry.camunda.cloud/cambpm-ee/camunda-bpm-platform-ee:wildfly-7.15.4
and want to ADD my custom standalone.xml to /camunda/standalone/configuration. How do i tell camunda.sh to pass over my custom standalone.xml to /camunda/bin/standalone.sh (via the -c flag)?