HEALTHCHECK operation

Signed-off-by: Erik Hollensbe <git@hollensbe.org>
This commit is contained in:
Erik Hollensbe 2022-03-23 18:08:46 -07:00
parent c30a1f60ea
commit d52ebaa412
No known key found for this signature in database
GPG key ID: 4BB0E241A863B389
2 changed files with 10 additions and 7 deletions

View file

@ -22,5 +22,7 @@ RUN rm -rf /var/lib/zerotier-one
COPY entrypoint.sh.release /entrypoint.sh
RUN chmod 755 /entrypoint.sh
HEALTHCHECK CMD bash /healthcheck.sh
CMD []
ENTRYPOINT ["/entrypoint.sh"]