From 64b7775bac91f80495fc233b63762c1f2eb36949 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:42:03 +0100 Subject: [PATCH] Comment out rootfs COPY command in Dockerfile Comment out the COPY command for rootfs and clean up spacing. --- whatsapper/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/whatsapper/Dockerfile b/whatsapper/Dockerfile index cefc8dfe9..0938bb824 100644 --- a/whatsapper/Dockerfile +++ b/whatsapper/Dockerfile @@ -71,11 +71,9 @@ RUN chmod 777 /ha_entrypoint.sh ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/usr/local/lib/bashio-standalone.sh" RUN chmod 0755 /usr/local/lib/bashio-standalone.sh -COPY rootfs/ / +#COPY rootfs/ / RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; - - #ENTRYPOINT [ "/ha_entrypoint.sh" ] ############