Skip to content

Commit

Permalink
dotnet tool install -g volo.abp.cli
Browse files Browse the repository at this point in the history
  • Loading branch information
skoc10 committed May 14, 2024
1 parent fdf0129 commit 0690389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile.azure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS base
WORKDIR /src
COPY . .
RUN dotnet tool install -g Volo.Abp.Cli --version 7.3.2
RUN dotnet tool install -g volo.abp.cli
ENV PATH="${PATH}:/root/.dotnet/tools"
WORKDIR /src/CmsKitDemo
RUN abp install-libs
Expand Down

0 comments on commit 0690389

Please sign in to comment.