Add Docker support (fix #7)
This commit is contained in:
parent
65f289bea7
commit
96b930de07
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"]
|
Loading…
Reference in New Issue
Block a user