We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d4c31 commit 26c4e2fCopy full SHA for 26c4e2f
docker/Base.Dockerfile
@@ -6,7 +6,7 @@ COPY --link *.props .
6
RUN dotnet restore Common/Common.csproj
7
8
COPY --link Common/. Common/
9
-COPY --link .git/ .
+COPY --link .git/ .git/
10
11
RUN dotnet build --no-restore -c Release Common/Common.csproj
12
0 commit comments