Skip to content

Commit

Permalink
Copy extra files
Browse files Browse the repository at this point in the history
  • Loading branch information
oveldman committed Mar 1, 2024
1 parent 49bc487 commit ee79836
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/Server.Presentation.Grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ EXPOSE 8081
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG BUILD_CONFIGURATION=Release
WORKDIR /src
COPY ["Directory.Build.props", "/src"]
COPY ["Directory.Packages.props", "/src"]
COPY ["Server.Presentation.Grpc/Server.Presentation.Grpc.csproj", "Server.Presentation.Grpc/"]
RUN dotnet restore "Server.Presentation.Grpc/Server.Presentation.Grpc.csproj"
COPY . .
Expand Down

0 comments on commit ee79836

Please sign in to comment.