diff --git a/jellyseerr/Dockerfile b/jellyseerr/Dockerfile index 6ecc420f7..780444517 100644 --- a/jellyseerr/Dockerfile +++ b/jellyseerr/Dockerfile @@ -73,7 +73,7 @@ ADD --chmod=777 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/mas RUN /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh -ENTRYPOINT [ "/usr/bin/env" ] +#ENTRYPOINT [ "/usr/bin/env" ] CMD [ "/ha_entrypoint.sh" ] ############