From 1a7b6cfb9911e998a9e9defc8421594d4ce2a226 Mon Sep 17 00:00:00 2001 From: Stavros Date: Thu, 22 May 2025 22:36:29 +0300 Subject: [PATCH] chore: remove healthcheck from dockerfile --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index db1f3b1..6de6e94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,4 @@ COPY --from=builder /tinyauth/tinyauth ./ EXPOSE 3000 -HEALTHCHECK --interval=10s --timeout=5s \ - CMD curl -f http://localhost:3000/api/healthcheck || exit 1 - ENTRYPOINT ["./tinyauth"] \ No newline at end of file