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