]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - Dockerfile
Apply lastest update to arm dockerfile
[github/bastienwirtz/homer.git] / Dockerfile
index 0e9d51a30ce240177c0306ca29d5892e08685e9b..4d0c4e8a74e3e5b4eabf195f0aa59d1d1eb0cc2d 100644 (file)
@@ -26,7 +26,7 @@ WORKDIR /www
 COPY lighttpd.conf /lighttpd.conf
 COPY entrypoint.sh /entrypoint.sh
 COPY --from=build-stage --chown=${UID}:${GID} /app/dist /www/
-COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist/assets /www/default-assets
+COPY --from=build-stage --chown=${UID}:${GID} /app/dist/assets /www/default-assets
 
 USER ${UID}:${GID}