Update Dockerfile

This commit is contained in:
Alexandre
2025-07-25 22:13:10 +02:00
committed by GitHub
parent 4f0b94934b
commit 5d0eebf9d3

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/*/* RUN chmod 777 /etc/services.d/*/*
# #
#WORKDIR / #WORKDIR /
#ENTRYPOINT [ "/usr/bin/env" ] ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/ha_entrypoint.sh" ] CMD [ "/ha_entrypoint.sh" ]
#SHELL ["/bin/bash", "-o", "pipefail", "-c"] #SHELL ["/bin/bash", "-o", "pipefail", "-c"]
############ ############