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 \ -o build/app \
./cmd/cert-exporter ./cmd/cert-exporter
dockerbuild: gobuild dockerbuild:
docker build -t esinio/traefik-cert-exporter:latest --no-cache . docker build -t esinio/traefik-cert-exporter:latest --no-cache .
dokcerpush: dockerbuild dokcerpush: dockerbuild
@ -23,4 +23,6 @@ dockerrun:
-v /srv/container/traefik/acme.json:/acme.json \ -v /srv/container/traefik/acme.json:/acme.json \
-v /etc/traefik/certs:/certs \ -v /etc/traefik/certs:/certs \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
esinio/traefik-cert-exporter esinio/traefik-cert-exporter