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 #