Loading docker/Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,8 @@ RUN cd ${WEBAPP_DIR} && unzip vlkb-siav2-${VLKB_VERSION}.war # enable config at start-up RUN chmod a+rw ${WEBAPP_DIR}/WEB-INF/web.xml \ && chmod a+rw ${WEBAPP_DIR}/WEB-INF/classes/search.properties \ && chmod a+rw ${WEBAPP_DIR}/WEB-INF/classes/formatresponsefilter.properties && chmod a+rw ${WEBAPP_DIR}/WEB-INF/classes/formatresponsefilter.properties \ && chmod a+rw ${STARTUP_LOG} # run Loading Loading
docker/Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,8 @@ RUN cd ${WEBAPP_DIR} && unzip vlkb-siav2-${VLKB_VERSION}.war # enable config at start-up RUN chmod a+rw ${WEBAPP_DIR}/WEB-INF/web.xml \ && chmod a+rw ${WEBAPP_DIR}/WEB-INF/classes/search.properties \ && chmod a+rw ${WEBAPP_DIR}/WEB-INF/classes/formatresponsefilter.properties && chmod a+rw ${WEBAPP_DIR}/WEB-INF/classes/formatresponsefilter.properties \ && chmod a+rw ${STARTUP_LOG} # run Loading