Update Dockerfile
This commit is contained in:
parent
1e2fc4077d
commit
652f6cc5fe
|
|
@ -1,5 +1,8 @@
|
|||
FROM breakdowns/mega-sdk-python:latest
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
RUN chmod 777 /usr/src/app
|
||||
|
||||
COPY . .
|
||||
COPY .netrc /root/.netrc
|
||||
RUN chmod 600 /usr/src/app/.netrc
|
||||
|
|
|
|||
Loading…
Reference in New Issue