1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

fix: allow disabling IPv6

This commit is contained in:
thomas 2023-09-08 01:44:07 -04:00 committed by Bastien Wirtz
parent a3c5b4ac9d
commit ce2d3e945a
4 changed files with 10 additions and 1 deletions

View file

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