chore: update dockerfile to include directory build props
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS base
|
||||
WORKDIR /app
|
||||
COPY *.csproj ./
|
||||
COPY ../Directory.Build.props ./
|
||||
RUN dotnet restore
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user