diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ RUN addgroup -S lighttpd -g ${GID} && adduser -D -S -u ${UID} lighttpd lighttpd | |||
24 | WORKDIR /www | 24 | WORKDIR /www |
25 | 25 | ||
26 | COPY lighttpd.conf /lighttpd.conf | 26 | COPY lighttpd.conf /lighttpd.conf |
27 | COPY ipv6.sh /etc/lighttpd/ipv6.sh | ||
27 | COPY entrypoint.sh /entrypoint.sh | 28 | COPY entrypoint.sh /entrypoint.sh |
28 | COPY --from=build-stage --chown=${UID}:${GID} /app/dist /www/ | 29 | COPY --from=build-stage --chown=${UID}:${GID} /app/dist /www/ |
29 | COPY --from=build-stage --chown=${UID}:${GID} /app/dist/assets /www/default-assets | 30 | COPY --from=build-stage --chown=${UID}:${GID} /app/dist/assets /www/default-assets |