Niek / chatgpt-web

ChatGPT web interface using the OpenAI API
https://niek.github.io/chatgpt-web/
GNU General Public License v3.0
1.78k stars 462 forks source link

Fix docker build error #456

Closed gitslim closed 1 month ago

gitslim commented 1 month ago

Docker build fails with error: FileNotFoundError: [Errno 2] No such file or directory: 'README.md'

Niek commented 1 month ago

While this fixes the issue, I think this is a better approach: https://github.com/Niek/chatgpt-web/commit/9a0d226c7c11f013526296df111566f37968b828

Thanks for the help! Closing this now.