Fix frontend build - use npm install instead of npm ci
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ FROM node:20-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
ARG VITE_API_URL=/api
|
||||
|
||||
Reference in New Issue
Block a user