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