Skip to content

Commit 58ef47d

Browse files
committed
Add missing project files to Dockerfile for dependency resolution
1 parent 8f13bb8 commit 58ef47d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deployment/docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ENV NUGET_XMLDOC_MODE=skip
1212

1313
# Copy solution file and project files for dependency resolution
1414
COPY ["NLWebNet.sln", "./"]
15+
COPY ["Directory.Packages.props", "./"]
16+
COPY ["NuGet.Config", "./"]
1517
COPY ["src/NLWebNet/NLWebNet.csproj", "src/NLWebNet/"]
1618
COPY ["samples/Demo/NLWebNet.Demo.csproj", "samples/Demo/"]
1719
COPY ["tests/NLWebNet.Tests/NLWebNet.Tests.csproj", "tests/NLWebNet.Tests/"]

0 commit comments

Comments
 (0)