Skip to content

Commit d93804f

Browse files
committed
Fix the dockerfile to use the right binary.
1 parent ec46587 commit d93804f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
FROM alpine:3.4
1616
MAINTAINER Random Liu <[email protected]>
17-
ADD ./bin/node-problem-detector /node-problem-detector
17+
ADD ./node-problem-detector /node-problem-detector
1818
ADD config /config
1919
ENTRYPOINT ["/node-problem-detector", "--kernel-monitor=/config/kernel-monitor.json"]

0 commit comments

Comments
 (0)