add requirements
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user