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