Commit b8d0d86d authored by Robert Butora's avatar Robert Butora
Browse files

docker: makes capture SIG (for quick container shutdown)

parent 15c26ee8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,5 +56,5 @@ RUN chmod a+rw ${WEBAPP_DIR}/WEB-INF/web.xml \

RUN chmod +rx /root && chmod +rx /root/start-siav2.sh
USER 1000:1000
CMD ["sh", "-c", "/root/start-siav2.sh"]
CMD ["/root/start-siav2.sh"]
+1 −1
Original line number Diff line number Diff line
@@ -44,5 +44,5 @@ date

} 1> $STARTUP_LOG

$CATALINA_HOME/bin/catalina.sh run
exec $CATALINA_HOME/bin/catalina.sh run