mirror of https://github.com/ekimekim/wubloader
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
255 B
Makefile
12 lines
255 B
Makefile
5 years ago
|
|
||
|
|
||
|
all: .prometheus.uptodate .nginx.uptodate
|
||
|
.PHONY: all
|
||
|
|
||
|
.prometheus.uptodate: Dockerfile.prometheus prometheus.yml
|
||
|
docker build -t wubloader_prometheus:latest -f Dockerfile.prometheus .
|
||
|
touch "$@"
|
||
|
|
||
|
prometheus.yml: prometheus.jsonnet
|
||
|
./generate-config
|