mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user