Merge pull request #56 from Random-Liu/fix-dockerfile

Fix the dockerfile to use the right binary.
This commit is contained in:
Lantao Liu
2016-12-21 19:01:50 -08:00
committed by GitHub

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