]> git.somenet.org - pub/jan/aic18.git/blob - camunda-aic-overlay/Dockerfile
docker-composify setup and create base (docker) directories for our services.
[pub/jan/aic18.git] / camunda-aic-overlay / Dockerfile
1 FROM camunda/camunda-bpm-platform:tomcat-latest
2
3 # We can/should do some magic here
4 #-> e.g. change config to make another user/pw combinations.
5
6 RUN rm -r /camunda/webapps/camunda-invoice
7 #RUN rm -r /camunda/webapps/h2
8 RUN rm -r /camunda/webapps/examples
9
10 COPY aic.bpmn /camunda/webapps/