瀏覽代碼

Renamed entrypoint_task_executor.sh entrypoint-parser.sh (#4583)

### What problem does this PR solve?

Renamed entrypoint_task_executor.sh entrypoint-parser.sh

### Type of change

- [x] Refactoring
tags/v0.16.0
Zhichang Yu 9 月之前
父節點
當前提交
336e5fb37f
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Dockerfile
  2. 0
    0
      docker/entrypoint-parser.sh

+ 1
- 1
Dockerfile 查看文件

COPY pyproject.toml uv.lock ./ COPY pyproject.toml uv.lock ./


COPY docker/service_conf.yaml.template ./conf/service_conf.yaml.template 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 RUN chmod +x ./entrypoint*.sh


# Copy compiled web pages # Copy compiled web pages

docker/entrypoint_task_executor.sh → docker/entrypoint-parser.sh 查看文件


Loading…
取消
儲存