From 97550ac802b37f33d7fb45352d0a4b009cf3d14d Mon Sep 17 00:00:00 2001 From: dbadoy4874 Date: Wed, 14 Sep 2022 17:28:10 +0900 Subject: [PATCH] docs: small typo in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b88c4cf45..a5b8cfa8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -111,7 +111,7 @@ ENV IPFS_LOGGING "" # 2. The API and Gateway are accessible from outside the container. ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/start_ipfs"] -# Heathcheck for the container +# Healthcheck for the container # QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn is the CID of empty folder HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \ CMD ipfs dag stat /ipfs/QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn || exit 1