From 9bf4b3ee841b3b1d8fc88e12fa97455a6302add5 Mon Sep 17 00:00:00 2001 From: PaulPickhardt Date: Fri, 15 Mar 2024 15:35:31 +0100 Subject: [PATCH] Comment out default conf --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79af577..ad05a81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM nginx -COPY default.conf /etc/nginx/conf.d/default.conf +# COPY default.conf /etc/nginx/conf.d/default.conf COPY privacy-policy.md /root/privacy-policy.md