FROM golang

RUN go get -v github.com/Vivena/babelweb2
WORKDIR $GOPATH/src/github.com/Vivena/babelweb2

CMD ["babelweb2"]
