VxRain

Results 3 comments of VxRain

> 感谢反馈。 最好是能提供一下你本地部署的 `docker-compose.yml` 文件,我们后续版本适配后就推送到正式仓库。 官方有对应的 Docker 仓库:https://github.com/apache/rocketmq-docker 这个是 RocketMQ 5.x 的 `docker-compose` 文件:https://github.com/apache/rocketmq-docker/blob/master/templates/docker-compose/rmq5-docker-compose.yml

也遇到了这个问题,已解决 ```javascript // 确保 NODE_ENV 为 production // Ensure that NODE_ENV is set to production, process.env.NODE_ENV = "production"; const artTemplate = require("art-template"); const htmlMinifier = require("html-minifier"); const htmlString = `...