fix delete failure?

This commit is contained in:
vabene1111
2025-07-28 20:32:22 +02:00
parent 6d711aff41
commit a37455ccda

View File

@@ -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