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

ADD src /code

RUN mkdir -p /input /output

WORKDIR /code

CMD python run.py
