Skip to content

Commit

Permalink
Make docker-entrypoint executable (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeveloper-wq committed May 29, 2024
1 parent c4ca8bb commit b1dbd15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node-exporter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM prom/node-exporter:v1.6.1

# IMPORTANT: docker-entrypoint.sh needs to be executable
COPY docker-entrypoint.sh /etc/node-exporter/docker-entrypoint.sh
RUN chmod +x /etc/node-exporter/docker-entrypoint.sh

ENTRYPOINT [ "/etc/node-exporter/docker-entrypoint.sh" ]
Empty file modified node-exporter/docker-entrypoint.sh
100644 → 100755
Empty file.

0 comments on commit b1dbd15

Please sign in to comment.