From 7d1aae633e55c828f07d06ff3ee019af69c4945d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:13:41 +0100 Subject: [PATCH] Update Dockerfile --- fireflyiii_data_importer/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fireflyiii_data_importer/Dockerfile b/fireflyiii_data_importer/Dockerfile index 2c64a962b..f64f0b27c 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -82,10 +82,10 @@ RUN echo "www-data ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \ 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 -USER www-data +#USER www-data -#ENTRYPOINT [ "/usr/bin/env" ] -#CMD [ "/ha_entrypoint.sh" ] +ENTRYPOINT [ "/usr/bin/env" ] +CMD [ "/ha_entrypoint.sh" ] ############ # 5 Labels #