FROM public.ecr.aws/docker/library/python:latest WORKDIR / COPY logscript.py . CMD ["python", "logscript.py"]