diff --git a/linux-amd64.Dockerfile b/linux-amd64.Dockerfile index da0be8a35..2c0d673bd 100644 --- a/linux-amd64.Dockerfile +++ b/linux-amd64.Dockerfile @@ -24,4 +24,4 @@ RUN curl -fsSL "https://github.com/wdaan/vuetorrent/releases/download/v${VUETORR chmod -R u=rwX,go=rX "${APP_DIR}/vuetorrent" COPY root/ / -RUN chmod -R +x /etc/cont-init.d/ /etc/services.d/ /etc/cont-finish.d/ +RUN chmod +x /init-hook diff --git a/linux-arm64.Dockerfile b/linux-arm64.Dockerfile index 9b980cb0c..da6fb1905 100644 --- a/linux-arm64.Dockerfile +++ b/linux-arm64.Dockerfile @@ -24,4 +24,4 @@ RUN curl -fsSL "https://github.com/wdaan/vuetorrent/releases/download/v${VUETORR chmod -R u=rwX,go=rX "${APP_DIR}/vuetorrent" COPY root/ / -RUN chmod -R +x /etc/cont-init.d/ /etc/services.d/ /etc/cont-finish.d/ +RUN chmod +x /init-hook