FROM stimela/moresane
MAINTAINER Sphesihle Makhathini <sphemakh@gmail>

RUN mkdir -p /input /output

ADD src /code

CMD python /code/run.py
