This commit is contained in:
@@ -42,6 +42,7 @@ RUN pip install --no-cache-dir spacy && \
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
# 复制项目代码 (只复制必需的文件夹,避免依赖被忽略的目录)
|
# 复制项目代码 (只复制必需的文件夹,避免依赖被忽略的目录)
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
COPY ./rag_core /app/rag_core
|
||||||
COPY app/ ./app/
|
COPY app/ ./app/
|
||||||
COPY frontend/ ./frontend/
|
COPY frontend/ ./frontend/
|
||||||
COPY scripts/ ./scripts/
|
COPY scripts/ ./scripts/
|
||||||
|
|||||||
Reference in New Issue
Block a user