GitHub项目:https://github.com/harry0703/MoneyPrinterTurbo

功能特性

2024-05-30T13:56:21.png

搭建

#安装docker环境
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
#克隆项目
git clone https://github.com/harry0703/MoneyPrinterTurbo.git
#启动容器
cd MoneyPrinterTurbo
docker-compose up

使用

打开浏览器,访问 http://ip:8501

文章目录