rm: remove the docker build depend on go build

This commit is contained in:
lab 2024-05-14 13:38:42 +08:00
parent 80c3bf151f
commit e4374315c6

View File

@ -10,7 +10,7 @@ gobuild:
-o build/app \
./cmd/cert-exporter
dockerbuild: gobuild
dockerbuild:
docker build -t esinio/traefik-cert-exporter:latest --no-cache .
dokcerpush: dockerbuild
@ -24,3 +24,5 @@ dockerrun:
-v /etc/traefik/certs:/certs \
-v /var/run/docker.sock:/var/run/docker.sock \
esinio/traefik-cert-exporter