Force install dependencies

This commit is contained in:
adityachandelgit
2025-04-15 12:03:13 -06:00
committed by Aditya Chandel
parent 4546d3e232
commit 4aa024ab52

View File

@@ -4,7 +4,7 @@ FROM node:22-alpine AS angular-build
WORKDIR /angular-app
COPY ./booklore-ui/package.json ./booklore-ui/package-lock.json ./
RUN npm install
RUN npm install --force
COPY ./booklore-ui /angular-app/
RUN npm run build --configuration=production