Compare commits
2 Commits
2e61ed8f92
...
42a4f1e2c4
| Author | SHA1 | Date | |
|---|---|---|---|
| 42a4f1e2c4 | |||
| 60c4958adf |
@ -39,6 +39,7 @@ RUN dotnet nuget add source https://mirrors.huaweicloud.com/repository/nuget/v3/
|
||||
RUN dotnet tool install -g Volo.Abp.Cli --version 8.3.4
|
||||
ENV PATH="$PATH:/root/.dotnet/tools"
|
||||
RUN yarn config set registry https://registry.npmmirror.com
|
||||
RUN yarn cache clean
|
||||
RUN abp install-libs
|
||||
RUN dotnet build "./KonSoft.AuthServer.csproj" -c $BUILD_CONFIGURATION -o /app/build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user