Update Dockerfile

This commit is contained in:
Alexandre
2025-07-25 22:16:42 +02:00
committed by GitHub
parent d2589e6eaa
commit 9dc0ef165b

View File

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