fix: rename ipv6.sh -> lighttpd-ipv6.sh

pull/717/head
thomas 2023-09-25 20:15:31 -04:00 committed by Bastien Wirtz
parent 74f6879ed0
commit 5b11259dd7
2 changed files with 2 additions and 1 deletions

View 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,7 +25,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 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