Merge branch '64-move-camunda-also-internally-to-port-8085-apply-cors-stuff' into...
[pub/jan/aic18.git] / camunda-overlay / Dockerfile
index f642c58906c2471511aa17afc42ddd2f08e49cd8..d107ab7c5edc8d4a7fa243f31e67afe58b965464 100644 (file)
@@ -1,10 +1,14 @@
 FROM camunda/camunda-bpm-platform:tomcat-latest
 
+COPY --chown=camunda:camunda web.xml /camunda/conf/
+COPY --chown=camunda:camunda server.xml /camunda/conf/
+COPY --chown=camunda:camunda logging.properties /camunda/conf/
+
 # We can/should do some magic here
 #-> e.g. change config to make another user/pw combinations.
 
-#RUN rm -r /camunda/webapps/camunda-invoice
+RUN rm -r /camunda/webapps/camunda-invoice
 #RUN rm -r /camunda/webapps/h2
-#RUN rm -r /camunda/webapps/examples
+RUN rm -r /camunda/webapps/examples
 
 #COPY aic.bpmn /camunda/webapps/