Add hub stats function

This commit is contained in:
Alex
2017-01-08 17:10:17 +00:00
parent 37ad1e8e84
commit 86b4cfbb49
5 changed files with 87 additions and 0 deletions

View File

@ -0,0 +1,9 @@
.PHONY: install image
install:
@go install .
image:
@docker build -t alexellis2/dockerhub-stats .