Update Dockerfile

This commit is contained in:
Hafitz Setya 2021-07-24 01:47:04 +07:00 committed by GitHub
parent 1e2fc4077d
commit 652f6cc5fe
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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