diff --git a/Dockerfile b/Dockerfile index 816bdd3c3..ae08c823d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM node:20-alpine AS build-client WORKDIR /client COPY /client /client -RUN npm ci && npm cache clean --force +RUN npm install && npm cache clean --force RUN npm run generate ### STAGE 1: Build server ### diff --git a/client/components/cards/LazyBookCard.vue b/client/components/cards/LazyBookCard.vue index 35c959fad..cff417554 100644 --- a/client/components/cards/LazyBookCard.vue +++ b/client/components/cards/LazyBookCard.vue @@ -78,7 +78,7 @@ - +
priority_high
@@ -136,7 +136,7 @@