add Dockerfile

This commit is contained in:
jkev53 2018-11-12 13:53:24 -06:00
parent 2236c8174e
commit 698d00c363
1 changed files with 1 additions and 1 deletions

View File

@ -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