From 6571ccc4b8b75c45d132d65abc1e64342df8e436 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Sun, 24 Mar 2024 09:19:45 +0100 Subject: [PATCH] debug healthcheck --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e700991..d904ff3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN npm install \ FROM nginx:1.23.3-alpine as prod LABEL maintainer="marco.blessing@googlemail.com" -HEALTHCHECK --interval=15s --timeout=5s \ - CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1 +#HEALTHCHECK --interval=15s --timeout=5s \ +# CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1 COPY --from=builder src/public /usr/share/nignx/html/ COPY nginx.conf /etc/nginx/nginx.conf