feat(dockerfile): Reduce healthcheck timeout

Reduce start period to 5s for faster dependency checks.
This commit is contained in:
Asif Bacchus 2024-01-27 17:31:15 -07:00
parent 2ef5cc7752
commit 1e1fccea11
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GitCommitMessageStorage">
<option name="messageStorage">
<MessageStorage />
</option>
</component>
</project>

View File

@ -40,7 +40,7 @@ VOLUME ["/var/lib/mysql"]
HEALTHCHECK \
--interval=30s \
--timeout=10s \
--start-period=30s \
--start-period=5s \
--retries=3 \
CMD mysqladmin ping --silent