Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaoHans committed Oct 28, 2024
1 parent e776cb0 commit 97cf10c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/CRM.Blazor.Web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ EXPOSE 8081
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG BUILD_CONFIGURATION=Release
WORKDIR /src
COPY ["README.md", "."]
COPY ["samples/CRM.Blazor.Web/CRM.Blazor.Web.csproj", "samples/CRM.Blazor.Web/"]
COPY ["src/Abp.Blazor.Server.RadzenUI/Abp.Blazor.Server.RadzenUI.csproj", "src/Abp.Blazor.Server.RadzenUI/"]
COPY ["samples/CRM.Application.Contracts/CRM.Application.Contracts.csproj", "samples/CRM.Application.Contracts/"]
Expand Down

0 comments on commit 97cf10c

Please sign in to comment.