Fix docker build steps.
Docker 1.12 completely broke setting entrypoints on import, so we need to switch to using an actual Dockerfile.
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM scratch
|
||||
|
||||
COPY postgres_exporter /postgres_exporter
|
||||
|
||||
EXPOSE 9113
|
||||
|
||||
ENTRYPOINT [ "/postgres_exporter" ]
|
||||
Reference in New Issue
Block a user