]> git.somenet.org - pub/jan/aic18.git/blob - camunda-overlay/Dockerfile
more config stuff
[pub/jan/aic18.git] / camunda-overlay / Dockerfile
1 FROM camunda/camunda-bpm-platform:tomcat-latest
2
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/
6
7 # We can/should do some magic here
8 #-> e.g. change config to make another user/pw combinations.
9
10 RUN rm -r /camunda/webapps/camunda-invoice
11 #RUN rm -r /camunda/webapps/h2
12 RUN rm -r /camunda/webapps/examples
13
14 #COPY aic.bpmn /camunda/webapps/