From fc69513773792073f3897dadf5793b192573d4c9 Mon Sep 17 00:00:00 2001 From: Jonny McCullagh Date: Mon, 17 Oct 2022 10:20:09 +0100 Subject: [PATCH] make proxy ipv6 customise script executable --- hosting/proxy/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/hosting/proxy/Dockerfile b/hosting/proxy/Dockerfile index a9c94c06fa..f11480fd73 100644 --- a/hosting/proxy/Dockerfile +++ b/hosting/proxy/Dockerfile @@ -6,6 +6,7 @@ FROM nginx:latest ENV NGINX_ENVSUBST_OUTPUT_DIR=/etc/nginx COPY .generated-nginx.prod.conf /etc/nginx/templates/nginx.conf.template COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh +RUN chmod +x /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh # Error handling COPY error.html /usr/share/nginx/html/error.html