diff --git a/Dockerfile b/Dockerfile index d1a0685..e6e8ba0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY pextract /usr/local/bin RUN chmod +x /usr/local/bin/extract && chmod +x /usr/local/bin/pextract COPY . . COPY .netrc /root/.netrc -RUN chmod 600 /root/.netrc +RUN chmod 600 /usr/src/app/.netrc RUN chmod +x aria.sh CMD ["bash","start.sh"]