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