Merge pull request #231 from breakdowns/revert-230-patch-1

Revert "Fix typo"
This commit is contained in:
Hafitz Setya 2021-06-20 18:27:32 +07:00 committed by GitHub
commit 0a4325380f
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ COPY pextract /usr/local/bin
RUN chmod +x /usr/local/bin/extract && chmod +x /usr/local/bin/pextract RUN chmod +x /usr/local/bin/extract && chmod +x /usr/local/bin/pextract
COPY . . COPY . .
COPY .netrc /root/.netrc COPY .netrc /root/.netrc
RUN chmod 600 /root/.netrc RUN chmod 600 /usr/src/app/.netrc
RUN chmod +x aria.sh RUN chmod +x aria.sh
CMD ["bash","start.sh"] CMD ["bash","start.sh"]