FROM python:alpine COPY sasha-fetch.py . COPY profile . RUN mkdir output CMD ["python", "sasha-fetch.py", "-d", "15", "output/fetch"]