From 2084f85a3957144a8a1dfce910a14c0b576d4135 Mon Sep 17 00:00:00 2001 From: Laurence Luo Date: Mon, 17 Jun 2024 11:35:07 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ff1f73c..a8f8577 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,5 +11,3 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . CMD [ "python", "./app.py" ] - -HEALTHCHECK --interval=5s --timeout=3s --retries=3 CMD curl -f -k http://localhost:5000/ || exit 1