From 336e5fb37f28bbcf4f88dad8d349e2735e3d20c8 Mon Sep 17 00:00:00 2001 From: Zhichang Yu Date: Wed, 22 Jan 2025 18:21:51 +0800 Subject: [PATCH] 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 --- Dockerfile | 2 +- docker/{entrypoint_task_executor.sh => entrypoint-parser.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docker/{entrypoint_task_executor.sh => entrypoint-parser.sh} (100%) diff --git a/Dockerfile b/Dockerfile index ba274ddbb..a78beeab3 100644 --- a/Dockerfile +++ b/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 diff --git a/docker/entrypoint_task_executor.sh b/docker/entrypoint-parser.sh similarity index 100% rename from docker/entrypoint_task_executor.sh rename to docker/entrypoint-parser.sh