Update Dockerfile

This commit is contained in:
Alexandre
2025-02-06 13:24:54 +01:00
committed by GitHub
parent a7979e156c
commit f392c4b0fa

View File

@@ -83,6 +83,8 @@ RUN echo "www-data ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
sed -i "s| sh| bashio|g" /etc/entrypoint.d/11-execute-things.sh && \
sed -i "1a source /ha_entrypoint.sh" /etc/entrypoint.d/11-execute-things.sh
ENV ha_entry_source="true"
USER www-data
#ENTRYPOINT [ "/usr/bin/env" ]