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