anc95 / ChatGPT-CodeReview

🐥 A code review bot powered by ChatGPT
https://github.com/apps/cr-gpt
ISC License
3.77k stars 361 forks source link

Use yarn instead of npm in Dockerfile #81

Closed PeterDaveHello closed 1 year ago

PeterDaveHello commented 1 year ago

There is yarn.lock in the repository, but there isn't package-lock.json in it.

Switch to use yarn in Dockerfile will fix #80

anc95 commented 1 year ago

LGTM. THANK YOU