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

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