fix: update Dockerfile to use npm ci for consistent installs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
FROM node:24 AS web-build
|
||||
WORKDIR /app/web
|
||||
COPY Web/package*.json ./
|
||||
RUN npm install
|
||||
RUN npm ci
|
||||
COPY Web/ ./
|
||||
RUN npm run build -- --output-path=dist/Web/browser
|
||||
|
||||
|
||||
Reference in New Issue
Block a user