Merge pull request #231 from breakdowns/revert-230-patch-1
Revert "Fix typo"
This commit is contained in:
commit
0a4325380f
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue