fix: docker部署及脚本备份。
This commit is contained in:
8
docker/invest/buildUi.sh
Normal file
8
docker/invest/buildUi.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker rm -f nginx
|
||||
docker rmi nginx:1.0.0
|
||||
|
||||
cd /mnt/data/invest/nginx
|
||||
docker build -t nginx:1.0.0 .
|
||||
docker run -di --name nginx -p 81:80 nginx:1.0.0
|
||||
Reference in New Issue
Block a user