aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorthomas <me@thomasanderson.cloud>2023-09-08 01:44:07 -0400
committerBastien Wirtz <bastien.wirtz@gmail.com>2023-10-21 05:16:20 -0700
commitce2d3e945a906e56ef43ef29d329a9f39314fcef (patch)
tree49f2a557fe5ead1df49e6baacd33343d01c05341 /Dockerfile
parenta3c5b4ac9dd1ddf2b52fff48ea860c067fb05cf9 (diff)
downloadhomer-ce2d3e945a906e56ef43ef29d329a9f39314fcef.tar.gz
homer-ce2d3e945a906e56ef43ef29d329a9f39314fcef.tar.zst
homer-ce2d3e945a906e56ef43ef29d329a9f39314fcef.zip
fix: allow disabling IPv6
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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
24WORKDIR /www 24WORKDIR /www
25 25
26COPY lighttpd.conf /lighttpd.conf 26COPY lighttpd.conf /lighttpd.conf
27COPY ipv6.sh /etc/lighttpd/ipv6.sh
27COPY entrypoint.sh /entrypoint.sh 28COPY entrypoint.sh /entrypoint.sh
28COPY --from=build-stage --chown=${UID}:${GID} /app/dist /www/ 29COPY --from=build-stage --chown=${UID}:${GID} /app/dist /www/
29COPY --from=build-stage --chown=${UID}:${GID} /app/dist/assets /www/default-assets 30COPY --from=build-stage --chown=${UID}:${GID} /app/dist/assets /www/default-assets