update dockerfile, add dockerignore
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-09-21 13:00:28 -07:00
parent e68027843d
commit 488af3d373
7 changed files with 34 additions and 6 deletions

View File

@@ -77,4 +77,8 @@ upload-docker-image: docker
docker push $(IMAGENAME):$(BUILDTIMETAG)
docker push $(IMAGENAME):latest
vet:
go vet ./...
bash -c 'test -z "$$(gofmt -l .)"'
.PHONY: build fmt test is_uncommitted docker dist hub upload-docker-image clean run rundebug default build-docker-image-dist