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