diff --git a/Dockerfile b/Dockerfile index af9ebc9..762a1ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,4 +47,4 @@ USER daemon ENTRYPOINT ["cmd/writefreely/writefreely"] HEALTHCHECK --start-period=5s --interval=15s --timeout=5s \ - CMD curl -fSs http://localhost:8080/health || exit 1 \ No newline at end of file + CMD curl -fSs http://localhost:8080/ || exit 1 \ No newline at end of file