Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Reset this file
  • Loading branch information
poppastring authored May 28, 2022
1 parent 3db9a7a commit 88772a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/DasBlog.Web.UI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EXPOSE 443

FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
WORKDIR /src
COPY ["DasBlog.Web.UI/DasBlog.Web.csproj", "/"]
COPY ["DasBlog.Web.UI/DasBlog.Web.csproj", "DasBlog.Web.UI/"]
COPY ["DasBlog.Web.Core/DasBlog.Core.csproj", "DasBlog.Web.Core/"]
COPY ["newtelligence.DasBlog.Runtime/newtelligence.DasBlog.Runtime.csproj", "newtelligence.DasBlog.Runtime/"]
COPY ["DasBlog.Services/DasBlog.Services.csproj", "DasBlog.Services/"]
Expand Down

0 comments on commit 88772a4

Please sign in to comment.