add make command to build docker image

This commit is contained in:
Hector 2023-06-19 19:47:43 +01:00
parent 4d669b6bbd
commit b918e51149

View File

@ -24,3 +24,6 @@ build:
" \
-o fail2ban_exporter \
exporter.go
build/docker: build
docker build -t fail2ban-prometheus-exporter .