Update Dockerfile

This commit is contained in:
Alexandre
2023-10-03 03:44:33 +02:00
committed by GitHub
parent e3275d1642
commit 652c3d6407

View File

@@ -65,7 +65,7 @@ RUN /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh
# Entrypoint logic
#WORKDIR /
ENTRYPOINT [ "/usr/bin/env" ]
#ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/ha_entrypoint.sh" ]
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]