🚀 more fast
This commit is contained in:
parent
aee03f9a5a
commit
5602c113c2
|
|
@ -3,9 +3,6 @@ FROM breakdowns/mega-sdk-python:latest
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
RUN chmod 777 /usr/src/app
|
RUN chmod 777 /usr/src/app
|
||||||
|
|
||||||
COPY extract /usr/local/bin
|
|
||||||
COPY pextract /usr/local/bin
|
|
||||||
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 /usr/src/app/.netrc
|
RUN chmod 600 /usr/src/app/.netrc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue