docs: 调整node.js内存限制为4G
Some checks failed
Web UI CI/CD / build-and-deploy (push) Failing after 14m18s

This commit is contained in:
lzh
2025-12-23 13:27:40 +08:00
parent ed0addc150
commit f605d50f51
2 changed files with 5 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ jobs:
# 使用根目录的 Dockerfile 进行构建
# Dockerfile 内部使用了多阶段构建,不需要 Runner 安装 Node
# 启用 BuildKit 以支持缓存挂载(加速依赖安装)
# 注意资源限制已在Dockerfile内部通过并发限制和内存限制实现
DOCKER_BUILDKIT=1 docker build -t "$FULL_IMAGE_NAME" -f Dockerfile .
# 打上 latest 标签