From d88cfd371c450f04b33e7e9990980c63b074bdb8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:58:13 +0100 Subject: [PATCH] Update Dockerfile --- monica/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monica/Dockerfile b/monica/Dockerfile index f569d228c..495ad3b24 100644 --- a/monica/Dockerfile +++ b/monica/Dockerfile @@ -68,7 +68,7 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif. WORKDIR /config SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ENTRYPONT [ /ha_entrypoint.sh ] +ENTRYPOINT [ /ha_entrypoint.sh ] ############ # 5 Labels # @@ -104,7 +104,7 @@ LABEL \ # 6 Healthcheck # ################# -ENV HEALTH_PORT="80" \ +ENV HEALTH_PORT="8080" \ HEALTH_URL="" HEALTHCHECK \ --interval=5s \