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