We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67e0ef6 + 5dc7852 commit 2756e48Copy full SHA for 2756e48
Dockerfile
@@ -177,4 +177,4 @@ STOPSIGNAL SIGHUP
177
ENTRYPOINT ["/entrypoint"]
178
179
HEALTHCHECK --interval=60s --start-interval=20s --timeout=3s \
180
- CMD curl -f http://localhost/ || exit 1
+ CMD wget --quiet --spider http://127.0.0.1:80 || exit 1
0 commit comments