fix: docker部署文件。
This commit is contained in:
8
docker/buildProdUi.sh
Normal file
8
docker/buildProdUi.sh
Normal 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
|
||||
Reference in New Issue
Block a user