FROM python:3 COPY myapp.py . ENTRYPOINT ["python"] CMD ["myapp.py"]