powershell 执行这两个指令
Register-PSRepository -SourceLocation http://10.10.14.41:8081/repository/nuget-hosted/ -PublishLocation http://10.10.14.41:8081/repository/nuget-hosted/ -Name njis -ErrorAction Ignore
Install-Module NJIS.Powershell.Cli -Repository njis -scope CurrentUser -Force
然后在你项目启动项的目录执行下面两个命令
abp install-libs
Invoke-DeployDotnetWebToDocker -Registry "10.10.14.41:5000/njis/" -Dockerfile Dockerfile.local