Dooy / chatgpt-web-midjourney-proxy

One UI is all done with chatgpt web, midjourney, gpts,suno,luma,runway,viggle,flux,ideogram; Simultaneous support Web / PWA / Linux / Win / MacOS platform
https://vercel.ddaiai.com
MIT License
4.81k stars 1.24k forks source link

2.18.8重新打包镜像失败,node、npm、yarn、pnpm版本有限制吗? #422

Closed andyliu91 closed 3 months ago

andyliu91 commented 3 months ago

npm设置为国内阿里云源,node、npm、yarn、pnpm版本有限制吗? image image

Dooy commented 3 months ago

这个 咋办?用梯子吧

andyliu91 commented 3 months ago

我换国外服务器试试

andyliu91 commented 3 months ago

国外主机使用2.18.9打包镜像也失败,node、npm、pnpm也都安装了,报错找不到/app/dist,Dockerfile添加调试信息以确认 /app/dist 目录是否存在,也是报错/app/dist: No such file or directory,是什么原因呀 image image image image

Dooy commented 3 months ago

本地 看看 pnpm run build 看看能跑 起来否?

应该没问题 我打包都用 github的 workflow 来打包的

Dooy commented 3 months ago

这儿能看到 https://github.com/Dooy/chatgpt-web-midjourney-proxy/actions 流程

流程代码 这儿

https://github.com/Dooy/chatgpt-web-midjourney-proxy/blob/main/.github/workflows/docker-image.yml

andyliu91 commented 3 months ago

是不是少个空格 image

Dooy commented 3 months ago

先 pnpm install 下