aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-04-30 15:58:04 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2022-04-30 15:58:04 +0200
commitcab7bfd15e55b1cde48c9cd4f84032e1b9cc8ec9 (patch)
treefb7ac1fe5ebc4cfaf1378211d3e1dcde53b8a6f6 /Dockerfile
parent7e48e099aa968307d2b99720a076b4bdc706b5fd (diff)
downloadhomer-cab7bfd15e55b1cde48c9cd4f84032e1b9cc8ec9.tar.gz
homer-cab7bfd15e55b1cde48c9cd4f84032e1b9cc8ec9.tar.zst
homer-cab7bfd15e55b1cde48c9cd4f84032e1b9cc8ec9.zip
Apply lastest update to arm dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0e9d51a..4d0c4e8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,7 +26,7 @@ WORKDIR /www
26COPY lighttpd.conf /lighttpd.conf 26COPY lighttpd.conf /lighttpd.conf
27COPY entrypoint.sh /entrypoint.sh 27COPY entrypoint.sh /entrypoint.sh
28COPY --from=build-stage --chown=${UID}:${GID} /app/dist /www/ 28COPY --from=build-stage --chown=${UID}:${GID} /app/dist /www/
29COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist/assets /www/default-assets 29COPY --from=build-stage --chown=${UID}:${GID} /app/dist/assets /www/default-assets
30 30
31USER ${UID}:${GID} 31USER ${UID}:${GID}
32 32