fix:修复提示词工坊唯一标识问题
This commit is contained in:
@@ -72,6 +72,9 @@ frontend/build/
|
||||
# 后端静态文件(会从前端构建阶段复制)
|
||||
backend/static/
|
||||
|
||||
# 提示词工坊实例标识(每个容器需要独立生成)
|
||||
backend/.instance_id
|
||||
|
||||
# Docker相关
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
|
||||
+4
-1
@@ -120,4 +120,7 @@ data_old/
|
||||
backend/migrate_all_databases.py
|
||||
test_api.py
|
||||
# Embedding models (downloaded from HuggingFace at runtime)
|
||||
backend/embedding/
|
||||
backend/embedding/
|
||||
|
||||
# 提示词工坊实例标识(每个部署实例必须唯一)
|
||||
backend/.instance_id
|
||||
@@ -1 +0,0 @@
|
||||
eaf3cae6-4a6
|
||||
Reference in New Issue
Block a user