Update Dockerfile

This commit is contained in:
Alexandre
2023-09-08 20:56:02 +02:00
committed by GitHub
parent 6e0ec650b3
commit 5835ca1d6a

View File

@@ -75,9 +75,6 @@ ADD --chmod=644 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/mas
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi
RUN curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" --output /ha_entrypoint.sh \
&& chmod 777 /ha_entrypoint.sh
WORKDIR /data
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/ha_entrypoint.sh" ]