-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
docs: update docker.mdx to Replace yarn install with yarn install --frozen-lockfile for consistent dependency installation #9728
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@jonathandsouza is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
Description
Updated the docker.mdx documentation to reflect the change from yarn install to yarn install --frozen-lockfile.
This change ensures that the yarn.lock file remains unchanged during installation, promoting consistency across environments and preventing unintended updates to dependencies.
Provides more predictable and reliable dependency management, especially in CI/CD pipelines and across development environments.