docs: 调整node.js内存限制为4G
Some checks failed
Web UI CI/CD / build-and-deploy (push) Failing after 14m18s
Some checks failed
Web UI CI/CD / build-and-deploy (push) Failing after 14m18s
This commit is contained in:
@@ -68,6 +68,7 @@ jobs:
|
||||
# 使用根目录的 Dockerfile 进行构建
|
||||
# Dockerfile 内部使用了多阶段构建,不需要 Runner 安装 Node
|
||||
# 启用 BuildKit 以支持缓存挂载(加速依赖安装)
|
||||
# 注意:资源限制已在Dockerfile内部通过并发限制和内存限制实现
|
||||
DOCKER_BUILDKIT=1 docker build -t "$FULL_IMAGE_NAME" -f Dockerfile .
|
||||
|
||||
# 打上 latest 标签
|
||||
|
||||
Reference in New Issue
Block a user