Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: 🎨 Use COPY instead of ADD for files and folders
For items like files and directories that do not require ADD’s tar auto-extraction capability, you should always use COPY. Read more about it here.
- Loading branch information