fix: 修改配置文件,docker脚本整理。

This commit is contained in:
tianyongbao
2025-01-16 15:04:36 +08:00
parent 9b9f3053e6
commit 951dbf07be
23 changed files with 243 additions and 3 deletions

8
docker/buildFile.sh Normal file
View 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