瀏覽代碼

Renamed entrypoint_task_executor.sh entrypoint-parser.sh (#4583)

### What problem does this PR solve?

Renamed entrypoint_task_executor.sh entrypoint-parser.sh

### Type of change

- [x] Refactoring
tags/v0.16.0
Zhichang Yu 9 月之前
父節點
當前提交
336e5fb37f
No account linked to committer's email address
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Dockerfile
  2. 0
    0
      docker/entrypoint-parser.sh

+ 1
- 1
Dockerfile 查看文件

@@ -183,7 +183,7 @@ COPY graphrag graphrag
COPY pyproject.toml uv.lock ./

COPY docker/service_conf.yaml.template ./conf/service_conf.yaml.template
COPY docker/entrypoint.sh docker/entrypoint_task_executor.sh ./
COPY docker/entrypoint.sh docker/entrypoint-parser.sh ./
RUN chmod +x ./entrypoint*.sh

# Copy compiled web pages

docker/entrypoint_task_executor.sh → docker/entrypoint-parser.sh 查看文件


Loading…
取消
儲存