From 69cd60000e91a03acae244eb3c38b544e773212a Mon Sep 17 00:00:00 2001 From: ArgonarioD Date: Thu, 6 Jul 2023 02:57:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BA=E9=95=9C=E5=83=8F=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E8=84=9A=E6=9C=AC=E5=A2=9E=E5=8A=A0=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E9=94=AE=E5=AF=BC=E5=87=BA=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildDockerImage.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildDockerImage.ps1 b/buildDockerImage.ps1 index 0e6bd26..96d2957 100644 --- a/buildDockerImage.ps1 +++ b/buildDockerImage.ps1 @@ -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 \ No newline at end of file