Skip to content

Commit

Permalink
Ensure .git is copied into docker (#1462)
Browse files Browse the repository at this point in the history
## Issue Addressed

- Resolves #1461 

## Proposed Changes

Copy the `.git` directory across when building docker so we can get commit information.

Unfortunately this means duplicating you `.git` directory which might be quite large (mine is >100mb). Notably this directory isn't contained in the final image, just the intermediate builder image.

## Additional Info

NA
  • Loading branch information
paulhauner committed Aug 5, 2020
1 parent 5629126 commit 6206d8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .dockerignore
Expand Up @@ -2,4 +2,3 @@ tests/ef_tests/eth2.0-spec-tests
target/
*.data
*.tar.gz
.git

0 comments on commit 6206d8e

Please sign in to comment.