FROM radioastro/meqtrees
MAINTAINER <sphemakh@gmail.com>

RUN mkdir -p /input /output

ADD src /code

WORKDIR /code

CMD sh run.sh
