FROM stimela/katdal
MAINTAINER <sphemakh@gmail.com>

ADD src /code
RUN mkdir -p /input /output

CMD python /code/run.py
