Compare commits

..

2 Commits

Author SHA1 Message Date
de6c5f044a Merge branch 'master' of https://git.konsoft.top/konsoft/KonSoft.Clean 2025-10-25 19:53:21 +08:00
578967e3e8 merge 2025-10-25 19:53:19 +08:00

View File

@ -40,7 +40,6 @@ RUN dotnet tool install -g Volo.Abp.Cli --version 8.3.4
ENV PATH="$PATH:/root/.dotnet/tools"
RUN npm config set registry https://repo.huaweicloud.com/repository/npm/
RUN yarn config set registry https://repo.huaweicloud.com/repository/npm/
RUN pip3 config set global.index-url https://repo.huaweicloud.com/repository/pypi/simple
RUN abp install-libs
RUN dotnet build "./KonSoft.AuthServer.csproj" -c $BUILD_CONFIGURATION -o /app/build