diff --git a/applications/KonSoft.AuthServer/.yarnrc b/applications/KonSoft.AuthServer/.yarnrc new file mode 100644 index 0000000..ccf4b03 --- /dev/null +++ b/applications/KonSoft.AuthServer/.yarnrc @@ -0,0 +1 @@ +registry "https://registry.npmmirror.com" \ No newline at end of file diff --git a/applications/KonSoft.AuthServer/Dockerfile b/applications/KonSoft.AuthServer/Dockerfile index 2371826..c5ce8c2 100644 --- a/applications/KonSoft.AuthServer/Dockerfile +++ b/applications/KonSoft.AuthServer/Dockerfile @@ -38,8 +38,6 @@ RUN dotnet nuget locals all --clear RUN dotnet nuget add source https://mirrors.huaweicloud.com/repository/nuget/v3/index.json -n HuaweiCloud RUN dotnet tool install -g Volo.Abp.Cli --version 8.3.4 ENV PATH="$PATH:/root/.dotnet/tools" -RUN npm config set registry https://registry.npmmirror.com -RUN yarn config set registry https://registry.npmmirror.com RUN abp install-libs RUN dotnet build "./KonSoft.AuthServer.csproj" -c $BUILD_CONFIGURATION -o /app/build