Update Dockerfile

This commit is contained in:
Zakary Timson 2022-08-06 18:32:46 +00:00
parent 67986a0e74
commit d32d9571d2

View File

@ -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"]