Commit 3343843f authored by Robert Butora's avatar Robert Butora
Browse files

startup.log file must be writable by user 1000

parent 8be868a0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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