Skip to content

Commit

Permalink
fix: entrypoint to include args
Browse files Browse the repository at this point in the history
  • Loading branch information
bentol committed Apr 14, 2022
1 parent ad43c4e commit 6935c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

watchexec -v -w "/etc/prometheus-nginxlog-exporter/" -n -r /prometheus-nginxlog-exporter
watchexec -v -w "/etc/prometheus-nginxlog-exporter/" -n -r /prometheus-nginxlog-exporter -- $@

0 comments on commit 6935c67

Please sign in to comment.