【发布时间】:2021-06-26 01:57:54
【问题描述】:
我的超集版本是通过docker-compose安装的v1.0.1(按照官网https://superset.apache.org/docs/installation/installing-superset-using-docker-compose的说明操作)
然后我按照以下步骤在 superset-ui repo 中安装了一些插件:
https://superset.apache.org/docs/installation/building-custom-viz-plugins
但是我没有使用npm run dev-server来加载插件,因为这样通过http://localhost:9000无法进入超集,不知道为什么,所以我只是跟着这些:
enter image description here
然后我运行docker-compose up,在输出中一切看起来都不错,但我就是无法通过浏览器进入超集。
我应该修改 Dockerfile 以运行 npm link ... 吗?怎么样?
【问题讨论】:
标签: node.js docker docker-compose apache-superset superset