Skip to content

Commit

Permalink
Do not dockerignore and
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Mar 2, 2023
1 parent a0002d3 commit b41834b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func (p *dockerNativeProvider) dockerBuild(ctx context.Context,

tar, err := archive.TarWithOptions(img.Build.Context, &archive.TarOptions{
ExcludePatterns: ignorePatterns,
IncludeFiles: []string{"Dockerfile", ".dockerignore"},
})
if err != nil {
return "", nil, err
Expand Down

0 comments on commit b41834b

Please sign in to comment.