mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 17:26:47 +00:00
10 lines
104 B
Makefile
10 lines
104 B
Makefile
|
|
.PHONY: install image
|
|
|
|
install:
|
|
@go install .
|
|
|
|
image:
|
|
@docker build -t alexellis2/dockerhub-stats .
|
|
|