From fcfe887a93b84784eb2b8348fc631f9be9e7098e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 25 Jul 2025 22:46:28 +0200 Subject: [PATCH] Update Dockerfile --- filebrowser/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filebrowser/Dockerfile b/filebrowser/Dockerfile index 3bb7074f3..b8269b06d 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 #