1 FROM camunda/camunda-bpm-platform:tomcat-latest
3 COPY --chown=camunda:camunda web.xml /camunda/conf/
4 COPY --chown=camunda:camunda server.xml /camunda/conf/
5 COPY --chown=camunda:camunda logging.properties /camunda/conf/
7 # We can/should do some magic here
8 #-> e.g. change config to make another user/pw combinations.
10 RUN rm -r /camunda/webapps/camunda-invoice
11 #RUN rm -r /camunda/webapps/h2
12 RUN rm -r /camunda/webapps/examples
14 #COPY aic.bpmn /camunda/webapps/