Compare commits

...

2 Commits

Author SHA1 Message Date
42a4f1e2c4 merge 2025-10-26 13:21:15 +08:00
60c4958adf fix: 切换yarn为国内镜像源 2025-10-26 13:20:57 +08:00

View File

@ -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