mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-02-02 11:31:43 +00:00
Removed dependency on local build
This commit is contained in:
parent
03ee288c3a
commit
f5f7d836f5
2
Makefile
2
Makefile
@ -31,7 +31,7 @@ test-integration: postgres_exporter postgres_exporter_integration_test
|
||||
|
||||
# Do a self-contained docker build - we pull the official upstream container
|
||||
# and do a self-contained build.
|
||||
docker-build: postgres_exporter
|
||||
docker-build:
|
||||
docker run -v $(shell pwd):/go/src/github.com/wrouesnel/postgres_exporter \
|
||||
-v $(shell pwd):/real_src \
|
||||
-e SHELL_UID=$(shell id -u) -e SHELL_GID=$(shell id -g) \
|
||||
|
Loading…
Reference in New Issue
Block a user