]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - Dockerfile
Bump vite from 4.4.9 to 4.5.2
[github/bastienwirtz/homer.git] / Dockerfile
index 2e2e4934bec5930ad713323ae70f4bcf8bfc04e1..bf63e62e9a68b9d4a73e01b355f1fb98475e8936 100644 (file)
@@ -17,6 +17,7 @@ ENV UID 1000
 ENV PORT 8080
 ENV SUBFOLDER "/_"
 ENV INIT_ASSETS 1
+ENV IPV6_DISABLE 0
 
 RUN addgroup -S lighttpd -g ${GID} && adduser -D -S -u ${UID} lighttpd lighttpd && \
     apk add -U --no-cache lighttpd
@@ -24,6 +25,7 @@ RUN addgroup -S lighttpd -g ${GID} && adduser -D -S -u ${UID} lighttpd lighttpd
 WORKDIR /www
 
 COPY lighttpd.conf /lighttpd.conf
+COPY lighttpd-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