force healthcheck to healthy

This commit is contained in:
will Farrell
2017-02-12 21:52:55 -07:00
parent 11d4d0eb22
commit a8a5b27562
+2
View File
@@ -5,4 +5,6 @@ RUN apk add --no-cache curl jq
COPY docker-entrypoint /
ENTRYPOINT ["/docker-entrypoint"]
HEALTHCHECK --interval=5s CMD exit 0
CMD ["autoheal"]