Skip to content

Commit

Permalink
Dockerfile: .git is required by Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Nov 17, 2024
1 parent 825e1aa commit 954a5fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ WORKDIR /app
COPY .clang-format .
COPY .clang-tidy .
COPY poac.toml .
COPY .git .
COPY Makefile .
COPY src ./src/

Expand Down

0 comments on commit 954a5fc

Please sign in to comment.