enh: add taos_ts_server to anode image

This commit is contained in:
jiajingbin 2025-03-18 17:50:06 +08:00
parent 325a0cde15
commit 10aa645982
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ WORKDIR /apps
ENV DEBIAN_FRONTEND=noninteractive
ARG pkgFile
ARG dirName
# taos.pth could be downloaded from nas(TDengine/anode/taos.pth)
ADD ${pkgFile} taos.pth taos_ts_server.py /apps/
RUN cd ${dirName}/ && /bin/bash install.sh -e no && cd .. && rm -rf ${dirName}
COPY entrypoint.sh /usr/local/bin/entrypoint.sh