Compare commits
2 Commits
5a8ecd01d6
...
de6c5f044a
| Author | SHA1 | Date | |
|---|---|---|---|
| de6c5f044a | |||
| 578967e3e8 |
@ -40,7 +40,6 @@ RUN dotnet tool install -g Volo.Abp.Cli --version 8.3.4
|
|||||||
ENV PATH="$PATH:/root/.dotnet/tools"
|
ENV PATH="$PATH:/root/.dotnet/tools"
|
||||||
RUN npm config set registry https://repo.huaweicloud.com/repository/npm/
|
RUN npm config set registry https://repo.huaweicloud.com/repository/npm/
|
||||||
RUN yarn 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 abp install-libs
|
||||||
RUN dotnet build "./KonSoft.AuthServer.csproj" -c $BUILD_CONFIGURATION -o /app/build
|
RUN dotnet build "./KonSoft.AuthServer.csproj" -c $BUILD_CONFIGURATION -o /app/build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user