feat(helm chart): 更新Helm Chart到0.11.6-beta版本,调整配置存储方式到文件。
This commit is contained in:
12
helm-chart/preprocessor/Dockerfile
Normal file
12
helm-chart/preprocessor/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
# 此镜像用于在部署helm chart时动态生成adapter的配置文件
|
||||
FROM python:3.13-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
COPY . /app
|
||||
|
||||
RUN pip3 install --no-cache-dir -r requirements.txt
|
||||
|
||||
ENTRYPOINT ["python3", "preprocessor.py"]
|
||||
Reference in New Issue
Block a user