Skip to content

Commit

Permalink
Remove "home" volume creation in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed May 13, 2019
1 parent 393fe00 commit 853363c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ COPY container_files/mp-dir/ ${MP_DIR}/
RUN echo 'Extracting midPoint archive...' \
&& tar xzf ${MP_DIR}/${MP_DIST_FILE} -C ${MP_DIR} --strip-components=1

VOLUME ${MP_DIR}/var
# Disabled because of wider compatibility issues (e.g. AWS)
# TODO: consider all the consequences
#VOLUME ${MP_DIR}/var

# Repository parameters

Expand Down

0 comments on commit 853363c

Please sign in to comment.