Files
prometheus-pg-adapter/Dockerfile
2025-12-02 14:44:52 +01:00

12 lines
147 B
Docker

FROM centos:7
MAINTAINER 12ww1160 <arne@confdroid.com>
# Build the binary
RUN make
RUN make container
COPY start.sh /
ENTRYPOINT ["/start.sh"]