diff --git a/scrutiny_fa/Dockerfile b/scrutiny_fa/Dockerfile index 130e80743..77f7381fb 100644 --- a/scrutiny_fa/Dockerfile +++ b/scrutiny_fa/Dockerfile @@ -45,9 +45,8 @@ RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_auto 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" -RUN curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" -o /ha_autoapps.sh && \ - chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh +ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh" +RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ # 4 Entrypoint # diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index 28dcbc3f8..6fd219afa 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -27,7 +27,7 @@ "8086/tcp": null }, "ports_description": { - "8080/tcp": "Web UI port", + "8080/tcp": "Web UI Port", "8086/tcp": "InfluxDB admin" }, "privileged": [