FROM radioastro/casa:4.6.0
MAINTAINER <sphemakh@gmail.com>

ADD src /code

RUN mkdir -p /input /output

WORKDIR /code

CMD python run.py
