From 9dc0ef165bea94eb0294eb665428f404fece8b26 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 25 Jul 2025 22:16:42 +0200 Subject: [PATCH] Update Dockerfile --- portainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 4eca0b4a1..114334e50 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"] ############