Update Dockerfile

This commit is contained in:
Alexandre
2025-01-29 21:14:56 +01:00
committed by GitHub
parent c6b3e5ff1b
commit 969c4b0977

View File

@@ -72,6 +72,7 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.
# Add custom scripts
RUN sed -i "2a source /ha_entrypoint.sh" /sbin/docker-entrypoint.sh && \
sed -i "s=/\.=source =g" /ha_entrypoint.sh && \
sed -i "s|\[ \"\$\$\" -eq 1 \]|false|g" /ha_entrypoint.sh && \
sed -i "s=env bash=env bashio=g" /sbin/docker-entrypoint.sh
RUN \