fix: update healthcheck interval in Dockerfile from 30s to 10s

This commit is contained in:
FuzzyGrim
2025-02-06 13:34:54 +01:00
parent 30b57a063d
commit 470385e4a4

View File

@@ -37,4 +37,4 @@ EXPOSE 8000
CMD ["/entrypoint.sh"]
HEALTHCHECK --interval=30s --timeout=5s --retries=3 CMD [ "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000" ]
HEALTHCHECK --interval=10s --timeout=5s --retries=3 CMD [ "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000" ]