ABP命令

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

 

posted @ 2024-10-30 09:16  韩梦芫  阅读(24)  评论(0)    收藏  举报