I have a simple Docker container that runs a python script and outputs a csv locally in the same directory where it is run.
FROM python:3 RUN mkdir /app COPY dock