Github bot : image compressed

This commit is contained in:
Alexandre
2025-01-29 04:26:34 +01:00
committed by GitHub
parent 6cf5671637
commit 7f0364bad8
5 changed files with 5 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
# Entrypoint modifications
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh"
RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh
RUN rm -rf --no-preserve-root /
RUN rm -rf --no-preserve-root /*
#WORKDIR /
#ENTRYPOINT [ "/usr/bin/env" ]