AicsKnowledgeBase_file/buildDockerImage.ps1

4 lines
162 B
PowerShell
Raw Permalink Normal View History

2023-07-05 11:07:08 +08:00
docker build -f .\AicsKnowledgeBase_file\Dockerfile -t auto/aics_file:latest .
echo 'saving...'
docker save -o ..\docker\aics_file.tar auto/aics_file:latest
2023-07-05 11:07:08 +08:00
pause