Skip to content
Snippets Groups Projects
Commit 3343843f authored by Robert Butora's avatar Robert Butora
Browse files

startup.log file must be writable by user 1000

parent 8be868a0
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,8 @@ RUN cd ${WEBAPP_DIR} && unzip vlkb-siav2-${VLKB_VERSION}.war ...@@ -51,7 +51,8 @@ RUN cd ${WEBAPP_DIR} && unzip vlkb-siav2-${VLKB_VERSION}.war
# enable config at start-up # enable config at start-up
RUN chmod a+rw ${WEBAPP_DIR}/WEB-INF/web.xml \ 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/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 # run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment