mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
Dockerfile: Reduce healthcheck interval to 1s (it's cheap)
Signed-off-by: Erik Hollensbe <git@hollensbe.org>
This commit is contained in:
parent
6dc7bdf72e
commit
da603208b4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN rm -rf /var/lib/zerotier-one
|
||||||
COPY entrypoint.sh.release /entrypoint.sh
|
COPY entrypoint.sh.release /entrypoint.sh
|
||||||
RUN chmod 755 /entrypoint.sh
|
RUN chmod 755 /entrypoint.sh
|
||||||
|
|
||||||
HEALTHCHECK CMD bash /healthcheck.sh
|
HEALTHCHECK --interval=1s CMD bash /healthcheck.sh
|
||||||
|
|
||||||
CMD []
|
CMD []
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue