Always include checked in files in docker context
The .dockerignore file is symlinked to the .gitignore file, and checked in files should not be removed from our docker context otherwise they result in dirty git state when we build our images.
This commit is contained in:
parent
8c58ecc897
commit
e55d6c8d65
5
.gitignore
vendored
5
.gitignore
vendored
@ -47,3 +47,8 @@ build/builtin-actors/v*
|
||||
build/builtin-actors/*.car
|
||||
|
||||
dist/
|
||||
|
||||
|
||||
# The following files are checked into git and result
|
||||
# in dirty git state if removed from the docker context
|
||||
!extern/filecoin-ffi/rust/filecoin.pc
|
||||
|
Loading…
Reference in New Issue
Block a user