FROM stimela/aoflagger
MAINTAINER <sphemakh@gmial.com>

RUN mkdir -p /input /output

ADD src /code

CMD python /code/run.py
