]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - Dockerfile
Apply suggestions from code review
[github/bastienwirtz/homer.git] / Dockerfile
index c760fecb4417b6e6a3f29fd0f7c173b18f6cbf94..ef734bbfd89a4e4d174b4f894eaf1634513cc554 100644 (file)
@@ -23,7 +23,7 @@ RUN addgroup -S ${GROUP} -g ${GID} && adduser -D -S -u ${UID} ${USER} ${GROUP} &
 
 COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist /www/
 COPY --chown=${USER}:${GROUP} entrypoint.sh /entrypoint.sh
-RUN mv /www/assets /www/default-assets
+COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist/assets /www/default-assets
 
 USER ${USER}
 EXPOSE ${PORT}