Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yarn workspaces prevents lock file from being included with app Dockerfile #382

Open
mglaman opened this issue Nov 12, 2022 · 1 comment

Comments

@mglaman
Copy link
Owner

mglaman commented Nov 12, 2022

The Dockerfile.app builds without a lock file because it's in the root directory for all workspaces. It probably needs to be copied in from outside the context, and that might not be possible.

Step 12/18 : RUN yarn
 ---> Running in aeafa286b76f
yarn install v1.22.19
info No lockfile found.
[1/4] Resolving packages..
@mglaman
Copy link
Owner Author

mglaman commented Nov 12, 2022

Found yarnpkg/yarn#5428 (comment)

Maybe https://yarn.build/

Needs Yarn v2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant