add official Dockerfile (#104)

This commit is contained in:
Joshua Humphries
2019-07-03 15:57:24 -04:00
committed by GitHub
parent 80425d1b17
commit 5631bba117
4 changed files with 42 additions and 1 deletions

View File

@@ -25,6 +25,12 @@ release:
@GO111MODULE=off go get github.com/goreleaser/goreleaser
goreleaser --rm-dist
.PHONY: docker
docker:
@echo $(dev_build_version) > VERSION
docker build -t fullstorydev/grpcurl:$(dev_build_version) .
@rm VERSION
.PHONY: checkgofmt
checkgofmt:
gofmt -s -l .