Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-6384 node.js CC build missing hidden files
Current docker build command uses the "*" wildcard in the source side like the following: cp -R <source>/* <dest>/ which will miss the hidden files (.*) in the copy. Change-Id: I6e659b8899f977e2073558f4967c65b62ac55129 Signed-off-by: Jim Zhang <[email protected]>
- Loading branch information