dever 5 năm trước cách đây
mục cha
commit
8d2ca241ca

+ 1 - 1
src/docker/build/iot/eros/iot.sh

@@ -5,7 +5,7 @@ start_iot()
     cd $IOT_HOME
     git reset --hard FETCH_HEAD
     git pull
-    install.py
+    python3 install.py
     process_start python3 admin.py
     process_start python3 front.py
     process_start python3 modbus.py -m tcp_start

+ 1 - 1
src/docker/build/iot/zeus/iot.sh

@@ -5,7 +5,7 @@ start_iot()
     cd $IOT_HOME
     #git reset --hard FETCH_HEAD
     git pull
-    install.py
+    python3 install.py
     process_start python3 admin.py
     process_start python3 front.py
     process_start python3 web.py

+ 1 - 1
src/docker/conf/iot.conf

@@ -40,7 +40,7 @@ alias = apidoc
 
 [zeus]
 port = 8087:8087,8088:8088,8089:8089
-command = iot
+command = sh
 
 [eros]
 port = 8090:8090,8091:8091,8092:8092