Change ENTRYPOINT to ha_entrypoint.sh

This commit is contained in:
Alexandre
2025-12-30 12:59:10 +01:00
committed by GitHub
parent 6054bd1e46
commit 9a86339d5f

View File

@@ -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 #