No more bin folder

This commit is contained in:
Alexandre
2026-01-28 13:56:39 +01:00
committed by GitHub
parent 22dc8a8351
commit a82cb73634

View File

@@ -126,7 +126,7 @@ RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.
# 4 Entrypoint #
################
RUN chmod +x /usr/local/bin/* /usr/local/sbin/*
RUN chmod +x /usr/local/sbin/*
# Add entrypoint
ENV S6_STAGE2_HOOK=/ha_entrypoint.sh