aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorthomas <me@thomasanderson.cloud>2023-09-25 20:15:31 -0400
committerBastien Wirtz <bastien.wirtz@gmail.com>2023-10-21 05:16:20 -0700
commit5b11259dd7befd32a322612156dc6c9a7be74ced (patch)
treed405d3fff846a4b5bf00dd43d80f9fb3a918163f
parent74f6879ed0a9152699e8ef30a6af5f2d4a4a4cdd (diff)
downloadhomer-5b11259dd7befd32a322612156dc6c9a7be74ced.tar.gz
homer-5b11259dd7befd32a322612156dc6c9a7be74ced.tar.zst
homer-5b11259dd7befd32a322612156dc6c9a7be74ced.zip
fix: rename ipv6.sh -> lighttpd-ipv6.sh
-rw-r--r--Dockerfile3
-rwxr-xr-xlighttpd-ipv6.sh (renamed from ipv6.sh)0
2 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9c872f5..bf63e62 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,6 +17,7 @@ ENV UID 1000
17ENV PORT 8080 17ENV PORT 8080
18ENV SUBFOLDER "/_" 18ENV SUBFOLDER "/_"
19ENV INIT_ASSETS 1 19ENV INIT_ASSETS 1
20ENV IPV6_DISABLE 0
20 21
21RUN addgroup -S lighttpd -g ${GID} && adduser -D -S -u ${UID} lighttpd lighttpd && \ 22RUN addgroup -S lighttpd -g ${GID} && adduser -D -S -u ${UID} lighttpd lighttpd && \
22 apk add -U --no-cache lighttpd 23 apk add -U --no-cache lighttpd
@@ -24,7 +25,7 @@ RUN addgroup -S lighttpd -g ${GID} && adduser -D -S -u ${UID} lighttpd lighttpd
24WORKDIR /www 25WORKDIR /www
25 26
26COPY lighttpd.conf /lighttpd.conf 27COPY lighttpd.conf /lighttpd.conf
27COPY ipv6.sh /etc/lighttpd/ipv6.sh 28COPY lighttpd-ipv6.sh /etc/lighttpd/ipv6.sh
28COPY entrypoint.sh /entrypoint.sh 29COPY entrypoint.sh /entrypoint.sh
29COPY --from=build-stage --chown=${UID}:${GID} /app/dist /www/ 30COPY --from=build-stage --chown=${UID}:${GID} /app/dist /www/
30COPY --from=build-stage --chown=${UID}:${GID} /app/dist/assets /www/default-assets 31COPY --from=build-stage --chown=${UID}:${GID} /app/dist/assets /www/default-assets
diff --git a/ipv6.sh b/lighttpd-ipv6.sh
index 00b0dda..00b0dda 100755
--- a/ipv6.sh
+++ b/lighttpd-ipv6.sh