Renamed entrypoint_task_executor.sh entrypoint-parser.sh (#4583)
Browse files### What problem does this PR solve?
Renamed entrypoint_task_executor.sh entrypoint-parser.sh
### Type of change
- [x] Refactoring
Dockerfile
CHANGED
@@ -183,7 +183,7 @@ COPY graphrag graphrag
|
|
183 |
COPY pyproject.toml uv.lock ./
|
184 |
|
185 |
COPY docker/service_conf.yaml.template ./conf/service_conf.yaml.template
|
186 |
-
COPY docker/entrypoint.sh docker/
|
187 |
RUN chmod +x ./entrypoint*.sh
|
188 |
|
189 |
# Copy compiled web pages
|
|
|
183 |
COPY pyproject.toml uv.lock ./
|
184 |
|
185 |
COPY docker/service_conf.yaml.template ./conf/service_conf.yaml.template
|
186 |
+
COPY docker/entrypoint.sh docker/entrypoint-parser.sh ./
|
187 |
RUN chmod +x ./entrypoint*.sh
|
188 |
|
189 |
# Copy compiled web pages
|
docker/{entrypoint_task_executor.sh → entrypoint-parser.sh}
RENAMED
File without changes
|