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