Skip to content

Commit

Permalink
Renamed entrypoint_task_executor.sh entrypoint-parser.sh (#4583)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

Renamed entrypoint_task_executor.sh entrypoint-parser.sh

### Type of change

- [x] Refactoring
  • Loading branch information
yuzhichang authored Jan 22, 2025
1 parent 598e142 commit 336e5fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 336e5fb

Please sign in to comment.