Update Dockerfile

This commit is contained in:
Alexandre
2025-02-06 11:13:41 +01:00
committed by GitHub
parent 5dabf24089
commit 7d1aae633e

View File

@@ -82,10 +82,10 @@ 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
USER www-data
#USER www-data
#ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/ha_entrypoint.sh" ]
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/ha_entrypoint.sh" ]
############
# 5 Labels #