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
This commit is contained in:
Zhichang Yu 2025-01-22 18:21:51 +08:00 committed by GitHub
parent 598e142c85
commit 336e5fb37f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -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