Skip to content

Commit

Permalink
Re-add VOLUME to demo/complex and complex2
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed May 13, 2019
1 parent 853363c commit bacb468
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion demo/complex/midpoint_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM tier/midpoint
FROM tier/midpoint:laboratory

MAINTAINER info@evolveum.com

ENV MP_DIR /opt/midpoint

VOLUME ${MP_DIR}/var

COPY container_files/mp-home/ ${MP_DIR}/var/
4 changes: 3 additions & 1 deletion demo/complex2/midpoint_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM tier/midpoint
FROM tier/midpoint:laboratory

MAINTAINER info@evolveum.com

ENV MP_DIR /opt/midpoint

VOLUME ${MP_DIR}/var

COPY container_files/mp-home/ ${MP_DIR}/var/

0 comments on commit bacb468

Please sign in to comment.