fix: .dockerignore 排除 docker-compose*.yml 导致构建失败

This commit is contained in:
2026-05-25 00:31:25 +08:00
parent 1e3b12f342
commit 0fd4ce0dc5
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -35,7 +35,6 @@ yarn-error.log*
coverage coverage
# Docker # Docker
docker-compose*.yml
Dockerfile* Dockerfile*
.dockerignore .dockerignore
+2 -2
View File
@@ -1,5 +1,5 @@
{ {
"version": "1.0.6", "version": "1.0.7",
"release_date": "2025-01-15", "release_date": "2025-01-15",
"changelog": "更新错误提示端口_3000→8011.patch" "changelog": "从环境变量读取_REGISTRY_IMAGE___REPOSITORY_URL,去除硬编码.patch"
} }