DAS_2024_1/lazarev_andrey_lab_2/second/Dockerfile

8 lines
138 B
Docker
Raw Normal View History

2024-10-14 16:27:36 +04:00
#описание в Dockerfile generateFiles
FROM python:3.9-slim
WORKDIR /second
COPY second.py /second/
CMD ["python", "second.py"]