diff --git a/Dockerfile b/Dockerfile index b572101..7931788 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,4 +45,4 @@ USER daemon ENTRYPOINT ["cmd/writefreely/writefreely"] HEALTHCHECK --start-period=5s --interval=15s --timeout=5s \ - CMD curl -fSs http://localhost:8080/ || exit 1 \ No newline at end of file + CMD wget --no-verbose --tries=1 --spider http://localhost:8080/ || exit 1 \ No newline at end of file