UNCLASSIFIED

Commits (3)
...@@ -65,7 +65,7 @@ COPY scripts/* /opt/ ...@@ -65,7 +65,7 @@ COPY scripts/* /opt/
RUN chmod +x /opt/codesonar-exec.sh && \ RUN chmod +x /opt/codesonar-exec.sh && \
chmod +x /opt/codesonar-health-check.sh chmod +x /opt/codesonar-health-check.sh
VOLUME [ /home/codesonar ] VOLUME /home/codesonar
HEALTHCHECK --interval=30s --timeout=30s --start-period=180s --retries=3 CMD /opt/codesonar-health-check.sh HEALTHCHECK --interval=30s --timeout=30s --start-period=180s --retries=3 CMD /opt/codesonar-health-check.sh
......