FROM golang:latest WORKDIR /go/src/buttsbot COPY . . RUN go get -d -v ./... RUN go install -v ./... CMD ["buttsbot"]