Skip to content

Commit 0690389

Browse files
committed
dotnet tool install -g volo.abp.cli
1 parent fdf0129 commit 0690389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile.azure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS base
22
WORKDIR /src
33
COPY . .
4-
RUN dotnet tool install -g Volo.Abp.Cli --version 7.3.2
4+
RUN dotnet tool install -g volo.abp.cli
55
ENV PATH="${PATH}:/root/.dotnet/tools"
66
WORKDIR /src/CmsKitDemo
77
RUN abp install-libs

0 commit comments

Comments
 (0)