From 9a86339d5f9cac0c58569420ef6ca30777950452 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 30 Dec 2025 12:59:10 +0100 Subject: [PATCH] Change ENTRYPOINT to ha_entrypoint.sh --- portainer_agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portainer_agent/Dockerfile b/portainer_agent/Dockerfile index 1d142ced0..a4dc8a829 100644 --- a/portainer_agent/Dockerfile +++ b/portainer_agent/Dockerfile @@ -82,7 +82,7 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif. RUN chmod a+x /usr/sbin/healthcheck && \ chmod a+x /usr/sbin/wait-for-signal WORKDIR "/app" -ENTRYPOINT [ "/init" ] +ENTRYPOINT [ "/ha_entrypoint.sh" ] ############ # 5 Labels #