From a37455ccdabd35ac0be811bfb0b10677d3f096fa Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 28 Jul 2025 20:32:22 +0200 Subject: [PATCH] fix delete failure? --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36abd04d6..f432296de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev zlib-de COPY . ./ # delete default nginx config and link it to tandoors config -RUN rm -r /etc/nginx/conf.d +RUN rm -rf /etc/nginx/conf.d RUN ln -s /opt/recipes/nginx/conf.d /etc/nginx/conf.d # commented for now https://github.com/TandoorRecipes/recipes/issues/3478