We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bff790 commit f155674Copy full SHA for f155674
1 file changed
Dockerfile
@@ -3,8 +3,8 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build
3
WORKDIR /app
4
5
COPY App .
6
-COPY *.props .
7
-COPY *.config .
+COPY Directory.Build.props .
+COPY NuGet.config .
8
9
RUN dotnet restore --locked-mode ./Api/Api.csproj
10
0 commit comments