benjycui / bisheng

Transform Markdown(and other static files with transformers) into a SPA website using React.
MIT License
2.89k stars 420 forks source link

如何在离线环境下进行部署? #264

Open ye7love7 opened 11 months ago

ye7love7 commented 11 months ago

官方似乎只提供了在线npm

benjycui commented 11 months ago

具体是使用场景是?能否直接把所有资源打包到 docker 镜像之类的方式?

ye7love7 commented 11 months ago

是的是的,需要docker的部署方法。。

---原始邮件--- 发件人: "Xiaobin @.> 发送时间: 2023年10月9日(周一) 中午11:20 收件人: @.>; 抄送: @.**@.>; 主题: Re: [benjycui/bisheng] 如何在离线环境下进行部署? (Issue #264)

具体是使用场景是?能否直接把所有资源打包到 docker 镜像之类的方式?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

benjycui commented 11 months ago

我对 docker 不了解,但是应该是可以直接把构建后的静态网站打包进 docker 或者直接把 node_modules 下的内容打包进 docker。