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

RUN mkdir -p /input /output

ADD src /code

WORKDIR /code

CMD python run.py
