rm: remove the docker build depend on go build
This commit is contained in:
parent
80c3bf151f
commit
e4374315c6
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user