mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 06:43:23 +00:00
Add hub stats function
This commit is contained in:
9
sample-functions/DockerHubStats/Makefile
Normal file
9
sample-functions/DockerHubStats/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
.PHONY: install image
|
||||
|
||||
install:
|
||||
@go install .
|
||||
|
||||
image:
|
||||
@docker build -t alexellis2/dockerhub-stats .
|
||||
|
Reference in New Issue
Block a user