fix: 修改配置文件,docker脚本整理。
This commit is contained in:
8
docker/buildAuth.sh
Normal file
8
docker/buildAuth.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker rm -f intcauth
|
||||
docker rmi intcauth:1.0.0
|
||||
|
||||
cd /mnt/data/intc/auth
|
||||
docker build -t intcauth:1.0.0 .
|
||||
docker run --restart=always -di --name intcauth -p 9200:9200 intcauth:1.0.0
|
||||
Reference in New Issue
Block a user