enh: modify download method
This commit is contained in:
parent
181a4bb0fa
commit
171267c244
|
@ -3,8 +3,8 @@ 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/
|
||||
ADD http://192.168.1.131/data/nas/TDengine/anode/taos.pth /apps
|
||||
ADD ${pkgFile} 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
|
||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||
|
|
Loading…
Reference in New Issue