1
0
mirror of https://github.com/newnius/YAO-agent.git synced 2025-12-15 05:56:43 +00:00
This commit is contained in:
2019-04-13 19:39:29 +08:00
parent 21b1d2edd7
commit d2889614ee
6 changed files with 200 additions and 192 deletions

View File

@@ -6,8 +6,8 @@ RUN pip3 install docker kafka
ADD bootstrap.sh /etc/bootstrap.sh
ADD yao-agent.py /root/yao-agent.py
ADD server.py /root/server.py
ADD monitor.py /root/monitor.py
ADD executor.py /root/executor.py
WORKDIR /root