From 0103dbd8866bd7f0a9f45f8e5a97ef9fabbc522b Mon Sep 17 00:00:00 2001 From: CP Date: Thu, 5 Dec 2024 05:59:39 -0500 Subject: [PATCH] remove duplicate line --- nginx/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index fbcf75cbf..b74c5a30a 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -11,9 +11,6 @@ RUN mkdir -p /etc/nginx/logs && ln -sf /var/log/nginx /etc/nginx/logs/ # erb unfortunately needs a whole ruby install RUN apt-get update && apt-get install -y ruby -# this gets run automatically by the nginx container's entrypoint -COPY 20-compile-nginx-conf-erb.sh /docker-entrypoint.d - COPY --chmod=777 20-compile-nginx-conf-erb.sh /docker-entrypoint.d # NOTE: this removes the args "-g daemon off" because nginx is impolite