From 6b0ede10052cd5b7dcdce6941710c26c86af92b4 Mon Sep 17 00:00:00 2001 From: HeshamTB Date: Wed, 13 Sep 2023 16:48:02 +0300 Subject: [PATCH] Revert "feat: Container healthcheck" This reverts commit aebdab79b60783d6901f6e6c1c7e4af9c6c7083d. --- Containerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Containerfile b/Containerfile index dac6db2..27c7719 100644 --- a/Containerfile +++ b/Containerfile @@ -17,7 +17,4 @@ COPY --from=builder /build/viddl /app/viddl RUN chmod +x /app/viddl -HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3\ - CMD curl -f http://localhost:8080 || exit 1 - CMD [ "/app/viddl" ]