From ce2d3e945a906e56ef43ef29d329a9f39314fcef Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 8 Sep 2023 01:44:07 -0400 Subject: fix: allow disabling IPv6 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 2e2e493..9c872f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ RUN addgroup -S lighttpd -g ${GID} && adduser -D -S -u ${UID} lighttpd lighttpd WORKDIR /www COPY lighttpd.conf /lighttpd.conf +COPY ipv6.sh /etc/lighttpd/ipv6.sh COPY entrypoint.sh /entrypoint.sh COPY --from=build-stage --chown=${UID}:${GID} /app/dist /www/ COPY --from=build-stage --chown=${UID}:${GID} /app/dist/assets /www/default-assets -- cgit v1.2.3