#описание в Dockerfile generateFiles
FROM python:3.9-slim 

WORKDIR /second

COPY second.py /second/

CMD ["python", "second.py"]