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 #