Browse Source

修改为npm install

lxylxy123321 2 weeks ago
parent
commit
c6bb33e488
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/Dockerfile

+ 1 - 1
frontend/Dockerfile

@@ -4,7 +4,7 @@ FROM docker.xuanyuan.me/library/node:20-alpine AS builder
 WORKDIR /app
 
 COPY package.json ./
-RUN npm ci
+RUN npm install
 
 COPY . .
 ARG VITE_API_BASE_URL=/api/v1