fix: use npm install instead of npm ci for Docker build
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
FROM node:20-alpine AS frontend-builder
|
||||
WORKDIR /build
|
||||
COPY webui/package*.json ./
|
||||
RUN npm ci
|
||||
RUN npm install
|
||||
COPY webui/ .
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user