Harry-zklcdc / go-proxy-bingai

用 Vue3 和 Go 搭建的微软 New Bing 演示站点,拥有一致的 UI 体验,支持 ChatGPT 提示词,支持 API 调用,国内可用。
https://www.b1ng.chat
MIT License
4.17k stars 6.36k forks source link

Update Dockerfile #455

Open CJJ-amateur-programmer opened 1 month ago

CJJ-amateur-programmer commented 1 month ago

修复了codesandbox部署时"wget: not found"的报错

codesandbox[bot] commented 1 month ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

vercel[bot] commented 1 month ago

@CJJ-amateur-programmer is attempting to deploy a commit to the harryzklcdc's projects Team on Vercel.

A member of the Team first needs to authorize it.

Harry-zklcdc commented 1 month ago

把命令换成 curl 吧

比如:

RUN curl -L https://github.com/Harry-zklcdc/go-proxy-bingai/releases/latest/download/go-proxy-bingai-linux-amd64.tar.gz -o go-proxy-bingai-linux-amd64.tar.gz && \
    tar -zxvf go-proxy-bingai-linux-amd64.tar.gz && \
    chmod +x go-proxy-bingai