From 21526fb676f714019ae239455dd7d7ba5efbd0f3 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 28 Jul 2025 21:48:19 +0200 Subject: [PATCH] nginx run --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1ddb5d12..4a64b45fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ COPY . ./ # delete default nginx config and link it to tandoors config RUN rm -rf /etc/nginx/http.d RUN ln -s /opt/recipes/nginx/conf.d /etc/nginx/http.d -RUN nginx +CMD ["nginx", "-g", "daemon off;"] # commented for now https://github.com/TandoorRecipes/recipes/issues/3478 #HEALTHCHECK --interval=30s \