From 269a4fdb6e735ce9e6fa1cbd810fe5a2c0e0b439 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:56:22 +0100 Subject: [PATCH] Update Dockerfile --- fireflyiii_data_importer/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fireflyiii_data_importer/Dockerfile b/fireflyiii_data_importer/Dockerfile index 321dc0b12..2c64a962b 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -78,6 +78,7 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif. # Entrypoint RUN echo "www-data ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \ chown -R www-data:www-data /etc/cont-init.d/* && \ + chmod 777 /ha_entrypoint.sh && \ 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