Skip to content

Commit

Permalink
Switch the copy to pick up hidden files. (#1624)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Moore <[email protected]>
  • Loading branch information
mattmoor authored Nov 8, 2024
1 parent aff8948 commit fd9b5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/container/qemu_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ func createMicroVM(ctx context.Context, cfg *Config) error {
nil,
nil,
false,
[]string{"sh", "-c", "cp -r /mnt/* /home/build"},
[]string{"sh", "-c", "cp -r /mnt/. /home/build"},
)
}

Expand Down

0 comments on commit fd9b5c9

Please sign in to comment.