FROM python:latest WORKDIR /app COPY app_1.py /app/ CMD ["python", "app_1.py"]