From 8d34dd1ac1aa2194a98633f8d138c7f9c3ef94ee Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:14:14 +0100 Subject: [PATCH] Update Dockerfile --- fireflyiii_data_importer/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fireflyiii_data_importer/Dockerfile b/fireflyiii_data_importer/Dockerfile index 4f4221848..656f87de0 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -81,7 +81,8 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif. # Adapt shebang RUN \ - sed -i "s|/command/with-contenv bashio|/bin/bash bashio|g" /ha_entrypoint.sh + sed -i "s|/command/with-contenv bashio|/bin/bash bashio|g" /ha_entrypoint.sh && \ + mv /ha_entrypoint.sh /etc/entrypoint.d/99-ha_entrypoint.sh #RUN cat /ha_entrypoint.sh && \ # sed -i "1i \#\!/bin/bash" /ha_entrypoint.sh