#описание в Dockerfile generateFiles FROM python:3.9-slim WORKDIR /first COPY first.py /first/ CMD ["python", "first.py"]