Skip to content

Commit

Permalink
Merge pull request #73 from ZedThree/dont-copy-git-dir
Browse files Browse the repository at this point in the history
Don't copy .git directory into image
  • Loading branch information
ZedThree authored Mar 24, 2023
2 parents 27ed107 + 6990235 commit ddfe311
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 @@ -13,7 +13,7 @@ RUN apt update && \
python3-pip \
&& rm -rf /var/lib/apt/lists/

COPY . .git /clang_tidy_review/
COPY . /clang_tidy_review/

RUN python3 -m pip install --upgrade pip && \
python3 -m pip install /clang_tidy_review/post/clang_tidy_review
Expand Down

0 comments on commit ddfe311

Please sign in to comment.