1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +12:00

Merge pull request #8281 from Budibase/jonny/ipv6-script-executable

ipv6 script executable
This commit is contained in:
Jonny McCullagh 2022-10-17 10:29:17 +01:00 committed by GitHub
commit b4342225b1

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