Skip to content

Commit

Permalink
build: copy Directory.Build.props when building images
Browse files Browse the repository at this point in the history
  • Loading branch information
rgueldenpfennig committed Aug 14, 2024
1 parent 17ce200 commit d9874f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Squidlr.Api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ EXPOSE 5001
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src

COPY Directory.Build.props /
# copy Directory.Packages.props file for Central Package Management
COPY Directory.Packages.props /

Expand Down
1 change: 1 addition & 0 deletions src/Squidlr.Web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ EXPOSE 5002
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src

COPY Directory.Build.props /
# copy Directory.Packages.props file for Central Package Management
COPY Directory.Packages.props /

Expand Down

0 comments on commit d9874f4

Please sign in to comment.