Update 2026-06-23 10:27:47

This commit is contained in:
yi
2026-06-23 10:27:47 +08:00
parent d0761503b7
commit add1275d1c
17 changed files with 1041 additions and 635 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ COPY package.json ./
COPY package-lock.json* yarn.lock* ./
# 安装生产依赖(不安装 devDependencies
RUN npm install --omit=dev --ignore-scripts
RUN npm install --omit=dev
# 复制后端代码
COPY . .