Dockerfile - CLI Template
If I'm using yarn v3 do i enable line
23 + 27-28 or just 27-28?
Solution:Jump to solution
If you're using Yarn v3, then you copy the yarn.lock, the .yarnrc.yml, and the .yarn directory, as they are in your screenshot
2 Replies
Solution
If you're using Yarn v3, then you copy the yarn.lock, the .yarnrc.yml, and the .yarn directory, as they are in your screenshot
Thank you