sync fork

This commit is contained in:
icy
2025-10-30 20:51:22 +08:00
parent 5570bbb3d5
commit c64727ffd0
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 . .