babaohuang / GeminiProChat

Minimal web UI for GeminiPro.
https://geminiprochat.com
MIT License
4.2k stars 12.33k forks source link

部署在Render上,dockerfile会报错,我已经修复, #163

Open hotsmile opened 2 months ago

hotsmile commented 2 months ago

How is Gemini Pro Chat deployed?

Others (Specify in description)

Describe the bug

Deployed in Render Service

Console Logs

dockerfile 提示 If you want to bypass this version check, you can set the "package-manager-strict" configuration to "false" or set the "COREPACK_ENABLE_STRICT" environment variable to "0"

i change the dockerfile ,in second line ,i add the newline ,solved it

设置环境变量

ENV COREPACK_ENABLE_STRICT=0

Participation