Update Dockerfile

This commit is contained in:
Alexandre
2024-12-04 23:08:07 +01:00
committed by GitHub
parent 0d90e92cbc
commit 43b6dc0ba3

View File

@@ -74,10 +74,10 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.
RUN chmod 777 /docker-entrypoint-initdb.d/*
RUN echo "\nsleep infinity" >> /ha_entrypoint.sh
WORKDIR /config
ENTRYPOINT [ "/ha_entrypoint.sh" ]
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/ha_entrypoint.sh" ]
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
############
# 5 Labels #