1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00

make proxy ipv6 customise script executable

This commit is contained in:
Jonny McCullagh 2022-10-17 10:20:09 +01:00
parent 18535e511c
commit fc69513773

View file

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