Skip to content

Commit

Permalink
Reapply #4204
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Mar 18, 2024
1 parent b7b8bf5 commit 4d65cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN dotnet restore --runtime=${RUNTIME}
COPY ./src .

WORKDIR /build/.git
COPY ./.git .
COPY ./.git/ .

WORKDIR /build/src
RUN find /build/src -maxdepth 1 -type d -name "*.Tests" -print0 | xargs -I{} -0 -n1 sh -c \
Expand Down

0 comments on commit 4d65cec

Please sign in to comment.