feat: 为镜像构建脚本增加了一键导出镜像
parent
f21281d9f9
commit
69cd60000e
|
@ -1,2 +1,4 @@
|
|||
docker build -f .\AicsKnowledgeBase_file\Dockerfile -t auto/aics_file:latest .
|
||||
echo 'saving...'
|
||||
docker save -o ..\docker\aics_file.tar auto/aics_file:latest
|
||||
pause
|
Loading…
Reference in New Issue