yarn-plugins
yarn-plugins copied to clipboard
copy doesn't work (for folders)
E.g. this fails yarn docker build --copy client/corp.js @corp/api with YN0001: │ Error: Invalid filename: "client/corp.js"
I want to copy a folder into the dockerfile. Any escape hatch around??
https://github.com/Dcard/yarn-plugins/blob/67a2686e74c2aeacd8c80af72f8cd67073fccb29/packages/docker-build/src/utils/copyAdditional.ts#L5 seems to be bugged. the author mixes up filenames with file paths.
Ping