Skip to content

Commit 954a5fc

Browse files
committed
Dockerfile: .git is required by Makefile
1 parent 825e1aa commit 954a5fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ WORKDIR /app
1212
COPY .clang-format .
1313
COPY .clang-tidy .
1414
COPY poac.toml .
15+
COPY .git .
1516
COPY Makefile .
1617
COPY src ./src/
1718

0 commit comments

Comments
 (0)