calcom / docker

The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
MIT License
662 stars 344 forks source link

fix: Issue with out-of-sync yarn.lock #368

Closed keithwillcode closed 1 month ago

keithwillcode commented 1 month ago

This will use the yarn.lock after yarn install to avoid any issues with having missing dependencies from the yarn.lock file. This is simply a stop-gap until we get better checks in place to know the yarn.lock file isn't being merged to main with missing dependencies.