FROM python:3.8-buster COPY sleep.py / CMD [ "python", "/sleep.py" ]