Update Dockerfile
This commit is contained in:
parent
67986a0e74
commit
d32d9571d2
@ -3,5 +3,6 @@ FROM prom/node-exporter:latest
|
||||
ENV NODE_ID=none
|
||||
USER root
|
||||
COPY entrypoint.sh /etc/node-exporter/
|
||||
RUN chmod +x /etc/node-exporter/entrypoint.sh
|
||||
ENTRYPOINT ["/etc/node-exporter/entrypoint.sh"]
|
||||
CMD ["/bin/node_exporter"]
|
||||
|
Loading…
Reference in New Issue
Block a user