labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://fastgpt.in
Other
15.58k stars 4.09k forks source link

本地原生部署问题 #1846

Closed lxb0425 closed 3 weeks ago

lxb0425 commented 3 weeks ago

例行检查

你的版本

问题描述, 日志截图 请问下 可以在linux服务器上不使用docker部署吗 使用pnpm dev部署 然后代码里面怎么修改后台的3000端口啊 启动之后报错 pnpm build pnpm start 试过也一样 复现步骤

预期结果

相关截图 image image image

c121914yu commented 3 weeks ago

不用 docker 就 把 dockerfile 里所有逻辑手动执行一遍。包括 build 和 copy 操作。