Implement healthcheck

This commit is contained in:
Alexandre
2023-03-09 15:52:51 +01:00
committed by GitHub
parent 2d1954edd8
commit 33f3b6a3f3

View File

@@ -130,4 +130,4 @@ LABEL \
# 6 Healthcheck #
#################
HEALTHCHECK CMD curl --fail http://127.0.0.1:9000 || exit 1
HEALTHCHECK CMD wget --no-verbose --tries=1 --spider http://localhost:9000 || exit 1