Explorar el Código

修改为npm install

lxylxy123321 hace 2 semanas
padre
commit
c6bb33e488
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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