From 5d0eebf9d310769c59a8b1cf79406f76d25adbe0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 25 Jul 2025 22:13:10 +0200 Subject: [PATCH] Update Dockerfile --- portainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 114334e50..4eca0b4a1 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -92,8 +92,8 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif. RUN chmod 777 /etc/services.d/*/* # #WORKDIR / -#ENTRYPOINT [ "/usr/bin/env" ] -#CMD [ "/ha_entrypoint.sh" ] +ENTRYPOINT [ "/usr/bin/env" ] +CMD [ "/ha_entrypoint.sh" ] #SHELL ["/bin/bash", "-o", "pipefail", "-c"] ############