@cryptotaxi247 / kubo / commits / 97550ac80

docs: small typo in Dockerfile

dbadoy4874 committed Sep 14, 2022 at 17:28 UTC 97550ac802b37f33d7fb45352d0a4b009cf3d14d
1 file changed +1 -1
Dockerfile
+1 -1
@@ -111,7 +111,7 @@ ENV IPFS_LOGGING ""
111 # 2. The API and Gateway are accessible from outside the container.
112 ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/start_ipfs"]
113
114 -# Heathcheck for the container
114 +# Healthcheck for the container
115 # QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn is the CID of empty folder
116 HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
117 CMD ipfs dag stat /ipfs/QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn || exit 1