FROM stimela/tigger:0.2.3
MAINTAINER <sphemakh@gmail.com>

RUN mkdir -p /input /output

ADD src /code

CMD python /code/run.py
