From eef5310c660dd77b45c995eeec786047f689ea6a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 28 Jul 2025 10:00:06 +0200 Subject: [PATCH] Use entrypoint --- filebrowser/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filebrowser/Dockerfile b/filebrowser/Dockerfile index b8269b06d..3bb7074f3 100644 --- a/filebrowser/Dockerfile +++ b/filebrowser/Dockerfile @@ -71,8 +71,8 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif. VOLUME [ "/data" ] WORKDIR / -#ENTRYPOINT [ "/usr/bin/env" ] -#CMD [ "/ha_entrypoint.sh" ] +ENTRYPOINT [ "/usr/bin/env" ] +CMD [ "/ha_entrypoint.sh" ] ############ # 5 Labels #