FROM python:3
COPY script.py /tmp/
CMD ["/tmp/script.py"]
