fix: 修改配置文件,docker脚本整理。

This commit is contained in:
tianyongbao
2025-01-16 15:04:36 +08:00
parent 9b9f3053e6
commit 951dbf07be
23 changed files with 243 additions and 3 deletions

8
docker/buildSystem.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
docker rm -f intcsystem
docker rmi intcsystem:1.0.0
cd /mnt/data/intc/system
docker build -t intcsystem:1.0.0 .
docker run --restart=always -di --name intcsystem -p 9201:9201 intcsystem:1.0.0