]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - Dockerfile
Apply suggestions from code review
[github/bastienwirtz/homer.git] / Dockerfile
index cd3ab118cc5e32906aef57a14312b63745b7af7a..ef734bbfd89a4e4d174b4f894eaf1634513cc554 100644 (file)
@@ -23,8 +23,9 @@ 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
+COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist/assets /www/default-assets
 
 USER ${USER}
 EXPOSE ${PORT}
-VOLUME [ "/www/config.yml", "/www/assets" ]
+VOLUME [ "/www/assets" ]
 ENTRYPOINT ["/bin/sh", "/entrypoint.sh"]