sync fork

This commit is contained in:
icy
2025-10-30 20:51:22 +08:00
parent cd0166896d
commit 4f5b8b250a
20 changed files with 2337 additions and 1042 deletions

View File

@@ -8,7 +8,7 @@ WORKDIR /app
COPY package*.json ./
# 安装依赖
RUN npm ci --only=production=false
RUN npm ci
# 复制源代码
COPY . .