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/buildHealthUi.sh Normal file
View File

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