keystore folder is copied inside Zeppelin Image, not provided as a VOLUME

This commit is contained in:
Angel Borroy
2019-05-13 12:24:56 +02:00
parent 7ce90049f8
commit 777ed9cb7c

View File

@@ -2,5 +2,3 @@ FROM quay.io/alfresco/insight-zeppelin:1.1.0.1
RUN mkdir ${ZEPPELIN_HOME}/keystore \
&& chown -R zeppelin:zeppelin ${ZEPPELIN_HOME}/keystore
VOLUME ["${DIST_DIR}/keystore"]