superset/RELEASE.md

13 lines
550 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
* @Date: 2025-02-14 16:37:29
* @LastEditors: Future Meng
* @LastEditTime: 2025-02-14 16:47:10
-->
1. docker/.env-local设置DEV_MODE为true
2. docker compose up --build #开启开发模式打开9090可动态调整前端
3. docker build ./
4. docker login --username=be_loving@163.com registry.cn-beijing.aliyuncs.com (1#)
5. docker tag 3a5f50b0437ff20671ac3000250995dc47a141784b2665a28926337835f1e0d1 registry.cn-beijing.aliyuncs.com/futuremeng/superset:latest
6. docker push registry.cn-beijing.aliyuncs.com/futuremeng/superset:latest