Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker) squelch warning about libraries not being symlinks
The COPY operation with a glob pattern will resolve symlinks but we don't want that, we want them to be copied as symlinks. To that end, prepare a temporary directory and copy the whole directory. In that case, Docker does not resolve symlinks for the files within.
- Loading branch information