diff --git a/scrutiny_fa/Dockerfile b/scrutiny_fa/Dockerfile index e7a9073e4..f7a64c4b2 100644 --- a/scrutiny_fa/Dockerfile +++ b/scrutiny_fa/Dockerfile @@ -48,7 +48,10 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps -ENV PACKAGES="jq curl cifs-utils nginx" +ENV PACKAGES="jq \ + curl \ + cifs-utils \ + nginx" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh" @@ -69,6 +72,9 @@ RUN chmod 0755 /usr/local/lib/bashio-standalone.sh RUN sed -i "1a if ! bashio::require.unprotected; then bashio::addon.stop; fi" /etc/cont-init.d/90-run.sh +ENTRYPOINT [ "/usr/bin/env" ] +CMD [ "/ha_entrypoint.sh" ] + ############ # 5 Labels # ############