rm: remove the docker build depend on go build
This commit is contained in:
parent
80c3bf151f
commit
e4374315c6
6
Makefile
6
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
|
||||
@ -23,4 +23,6 @@ dockerrun:
|
||||
-v /srv/container/traefik/acme.json:/acme.json \
|
||||
-v /etc/traefik/certs:/certs \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
esinio/traefik-cert-exporter
|
||||
esinio/traefik-cert-exporter
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user