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"] ############