This commit is contained in:
Hafitz Setya 2021-06-14 08:15:46 +07:00 committed by GitHub
parent bfcd84b129
commit 90b9c452f7
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 requirements.txt .
RUN pip3 install --no-cache-dir -r requirements.txt