Added entrypoint for task executor (#4551)

### What problem does this PR solve?

Added entrypoint for task executor

### Type of change

- [x] Refactoring
This commit is contained in:
Zhichang Yu
2025-01-20 22:49:46 +08:00
committed by GitHub
parent 99430a7db7
commit db80376427
4 changed files with 53 additions and 6 deletions

View File

@ -183,8 +183,8 @@ COPY graphrag graphrag
COPY pyproject.toml uv.lock ./
COPY docker/service_conf.yaml.template ./conf/service_conf.yaml.template
COPY docker/entrypoint.sh ./entrypoint.sh
RUN chmod +x ./entrypoint.sh
COPY docker/entrypoint.sh docker/entrypoint_task_executor.sh ./
RUN chmod +x ./entrypoint*.sh
# Copy compiled web pages
COPY --from=builder /ragflow/web/dist /ragflow/web/dist