FROM stimela/rfimasker:0.2.3

RUN mkdir /input /output

ADD src /code

CMD python /code/run.py
