Add Docker support (fix #7)
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
FROM golang:1.7.3
|
||||||
|
COPY . /go/src/github.com/moul/protoc-gen-gotemplate
|
||||||
|
WORKDIR /go/src/github.com/moul/protoc-gen-gotemplate
|
||||||
|
RUN go install .
|
||||||
|
ENTRYPOINT ["protoc-gen-gotemplate"]
|
Reference in New Issue
Block a user