FROM python:3.9-alpine ADD my_script.py / RUN pip install schedule CMD [ "python", "./my_script.py" ]