.Docker部署
STEP1:安装docker环境(该脚本适用于Ubuntu]、Centos、Debian、树莓派等系统)
echo y | bash <(curl -L -s https://raw.githubusercontent.com/Baiyuetribe/codes/master/docker.sh)
STEP2:部署程序
docker run -d -p 3030:80 --name=piano baiyuetribe/onekey:piano
然后访问http://ip:3030
我自己搭建不成功。
https://baiyue.one/archives/1299.html