From 853363c5a60fa83d9d30c0feee9dbb194aa6f028 Mon Sep 17 00:00:00 2001 From: Pavol Mederly Date: Mon, 13 May 2019 17:30:59 +0200 Subject: [PATCH] Remove "home" volume creation in Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8081ef3..ac5a937 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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