diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-04-30 15:58:04 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-04-30 15:58:04 +0200 |
commit | cab7bfd15e55b1cde48c9cd4f84032e1b9cc8ec9 (patch) | |
tree | fb7ac1fe5ebc4cfaf1378211d3e1dcde53b8a6f6 /Dockerfile | |
parent | 7e48e099aa968307d2b99720a076b4bdc706b5fd (diff) | |
download | homer-cab7bfd15e55b1cde48c9cd4f84032e1b9cc8ec9.tar.gz homer-cab7bfd15e55b1cde48c9cd4f84032e1b9cc8ec9.tar.zst homer-cab7bfd15e55b1cde48c9cd4f84032e1b9cc8ec9.zip |
Apply lastest update to arm dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ WORKDIR /www | |||
26 | COPY lighttpd.conf /lighttpd.conf | 26 | COPY lighttpd.conf /lighttpd.conf |
27 | COPY entrypoint.sh /entrypoint.sh | 27 | COPY entrypoint.sh /entrypoint.sh |
28 | COPY --from=build-stage --chown=${UID}:${GID} /app/dist /www/ | 28 | COPY --from=build-stage --chown=${UID}:${GID} /app/dist /www/ |
29 | COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist/assets /www/default-assets | 29 | COPY --from=build-stage --chown=${UID}:${GID} /app/dist/assets /www/default-assets |
30 | 30 | ||
31 | USER ${UID}:${GID} | 31 | USER ${UID}:${GID} |
32 | 32 | ||