add Dockerfile
This commit is contained in:
parent
2236c8174e
commit
698d00c363
|
|
@ -1,7 +1,7 @@
|
|||
FROM golang:1.9-alpine as builder
|
||||
RUN apk add --no-cache git gcc make musl-dev bash
|
||||
|
||||
WORKDIR /go/src/github.com/jkev53/grpcurl
|
||||
WORKDIR /go/src/github.com/fullstorydev/grpcurl
|
||||
COPY . .
|
||||
|
||||
RUN make deps install
|
||||
|
|
|
|||
Loading…
Reference in New Issue