FROM stimela/casa:0.2.4
MAINTAINER <sphemakh@gmail.com>

RUN mkdir -p /input /output

ADD src /code

CMD sh code/run.sh
