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

docker: makes capture SIG (for quick container shutdown)

parent 15c26ee8
No related branches found
No related tags found
No related merge requests found
......@@ -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"]
......@@ -44,5 +44,5 @@ date
} 1> $STARTUP_LOG
$CATALINA_HOME/bin/catalina.sh run
exec $CATALINA_HOME/bin/catalina.sh run
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment