fix: docker部署文件。

This commit is contained in:
tianyongbao
2025-01-16 14:52:34 +08:00
parent e68509f3b8
commit bf0608b05f
13 changed files with 297 additions and 0 deletions

8
docker/buildMasterUi.sh Normal file
View File

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