You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-08-09 15:42:47 +03:00
Removed dependency on local build
This commit is contained in:
committed by
Will Rouesnel
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) \
|
||||
|
Reference in New Issue
Block a user