mirror of
https://github.com/willfarrell/docker-autoheal.git
synced 2024-12-06 19:16:20 +01:00
force healthcheck to healthy
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user