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

RUN mkdir -p /input /output

ADD src /code

CMD python /code/run.py
