Skip to content

Commit

Permalink
volo.abp.cli --version 7.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skoc10 committed May 14, 2024
1 parent d32e1ad commit 76f6e6a
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
Expand Up @@ -7,7 +7,7 @@ COPY --from=nodebase /usr/local/lib /usr/local/lib

WORKDIR /src
COPY . .
RUN dotnet tool install -g volo.abp.cli
RUN dotnet tool install -g volo.abp.cli --version 7.4.3
ENV PATH="${PATH}:/root/.dotnet/tools"
WORKDIR /src/CmsKitDemo
RUN abp install-libs
Expand Down

0 comments on commit 76f6e6a

Please sign in to comment.