enh: add taos_ts_server to anode image
This commit is contained in:
parent
325a0cde15
commit
10aa645982
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue