add requirements
This commit is contained in:
parent
0b310e2220
commit
ba73ca3aef
@ -2,6 +2,9 @@ FROM python:3
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
COPY requirements.txt ./
|
||||||
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
copy . .
|
copy . .
|
||||||
|
|
||||||
CMD [ "python", "./render.py" ]
|
CMD [ "python", "./render.py" ]
|
||||||
|
|||||||
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
yaml
|
||||||
Loading…
x
Reference in New Issue
Block a user