From 432220c06413c74b07552a9fba74f40d163b488b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:07:37 +0100 Subject: [PATCH] Update Dockerfile --- fireflyiii_data_importer/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fireflyiii_data_importer/Dockerfile b/fireflyiii_data_importer/Dockerfile index a2e74e642..92a9ba9e6 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -35,7 +35,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ RUN \ mkdir -p /scripts && \ - mv /etc/entrypoint.d/* /scripts/ + mv /etc/entrypoint.d/11-execute-things.sh /scripts/ #RUN \ # # Change data location @@ -79,8 +79,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh" RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh -RUN cat /ha_entrypoint.sh && \ - sed -i "1i \#\!/bin/bash" /ha_entrypoint.sh +#RUN cat /ha_entrypoint.sh && \ +# sed -i "1i \#\!/bin/bash" /ha_entrypoint.sh # Entrypoint #RUN sed -i "1a \#\!/bin/bash bashio" /ha_entrypoint.sh @@ -94,8 +94,8 @@ RUN cat /ha_entrypoint.sh && \ #USER www-data -ENTRYPOINT [ "/usr/bin/env" ] -CMD [ "/ha_entrypoint.sh" ] +#ENTRYPOINT [ "/usr/bin/env" ] +#CMD [ "/ha_entrypoint.sh" ] ############ # 5 Labels #