Fix the dockerfile to use the right binary.

This commit is contained in:
Random-Liu
2016-12-21 11:54:08 -08:00
parent ec46587ba1
commit d93804f340
+1 -1
View File
@@ -14,6 +14,6 @@
FROM alpine:3.4
MAINTAINER Random Liu <lantaol@google.com>
ADD ./bin/node-problem-detector /node-problem-detector
ADD ./node-problem-detector /node-problem-detector
ADD config /config
ENTRYPOINT ["/node-problem-detector", "--kernel-monitor=/config/kernel-monitor.json"]