偷偷偷偷偷
Go to file
gaze 24a6a49598
All checks were successful
continuous-integration/drone/push Build is passing
feat: 允许跨域
2023-07-30 21:13:57 +08:00
service music_api_tool 2023-07-25 18:39:59 +08:00
test music_api_tool 2023-07-25 18:39:59 +08:00
.drone.yml feat: add drone 2023-07-30 20:20:33 +08:00
.gitignore feat: add dockerfike 2023-07-28 12:55:19 +08:00
api.py feat: 允许跨域 2023-07-30 21:13:57 +08:00
Dockerfile feat: add dockerfike 2023-07-28 12:55:19 +08:00
README.md doc: README 2023-07-28 12:59:10 +08:00
requirements.txt feat: add dockerfike 2023-07-28 12:55:19 +08:00

docker运行

# 拉取项目代码
git clone https://git.bitnet.fun:5004/Jiang/thief_music_api.git

# 进入项目目录
cd thief_music_api

# 构建docker镜像
docker build -t thief_music .

# 从运行docker容器
docker run -d --name thief_music -p 7788:7788 thief_music