Oof
This commit is contained in:
parent
bfcd84b129
commit
90b9c452f7
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue