Update Dockerfile

This commit is contained in:
Alexandre
2024-12-06 20:44:50 +01:00
committed by GitHub
parent 1e1ccaa40f
commit 912b2efdad

View File

@@ -69,7 +69,6 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.
WORKDIR /config
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/ha_entrypoint.sh" ]
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
############
# 5 Labels #