UNCLASSIFIED

Commit 1ce15a3a authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

Merge branch 'Volume_Fix' into 'development'

Volume fix

See merge request !29
parents fbbc83d4 b2d4b9f8
Pipeline #446045 passed with stages
in 28 minutes and 4 seconds
......@@ -65,7 +65,7 @@ COPY scripts/* /opt/
RUN chmod +x /opt/codesonar-exec.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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment