add make command to build docker image
This commit is contained in:
parent
4d669b6bbd
commit
b918e51149
3
Makefile
3
Makefile
@ -24,3 +24,6 @@ build:
|
||||
" \
|
||||
-o fail2ban_exporter \
|
||||
exporter.go
|
||||
|
||||
build/docker: build
|
||||
docker build -t fail2ban-prometheus-exporter .
|
||||
|
Loading…
x
Reference in New Issue
Block a user