community/generator/Dockerfile

8 lines
94 B
Docker

FROM golang:1.8
WORKDIR /go/src/app
COPY . .
RUN go-wrapper download
RUN go-wrapper install