mirror of
https://github.com/adityachandelgit/BookLore.git
synced 2026-02-18 03:07:40 +01:00
Force install dependencies
This commit is contained in:
committed by
Aditya Chandel
parent
4546d3e232
commit
4aa024ab52
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user