We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd7da9 commit f003214Copy full SHA for f003214
1 file changed
Dockerfile
@@ -22,6 +22,7 @@ RUN apt-get update \
22
23
# Copy solution and projects
24
COPY TechStacks.sln ./
25
+COPY NuGet.Config ./
26
COPY TechStacks ./TechStacks
27
COPY TechStacks.ServiceInterface ./TechStacks.ServiceInterface
28
COPY TechStacks.ServiceModel ./TechStacks.ServiceModel
0 commit comments