Update Dockerfile

This commit is contained in:
Alexandre
2023-03-09 15:54:38 +01:00
committed by GitHub
parent 33f3b6a3f3
commit 5a27a52a6e

View File

@@ -130,4 +130,5 @@ LABEL \
# 6 Healthcheck #
#################
HEALTHCHECK CMD wget --no-verbose --tries=1 --spider http://localhost:9000 || exit 1
ARG WEBUI_PORT="9000"
HEALTHCHECK CMD wget --no-verbose --tries=1 --spider http://localhost:"$WEBUI_PORT" || exit 1