# Music-Tool-Fastapi **Repository Path**: jmcswsoft/Music-Tool-Fastapi ## Basic Information - **Project Name**: Music-Tool-Fastapi - **Description**: An API built on Fastapis for music app development | 一个基于Fastapi构建的,用于音乐app开发的api - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-01-21 - **Last Updated**: 2024-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker运行 ```bash # 拉取项目代码 git clone https://github.com/1264204425/Music-Tool-Fastapi.git # 进入项目目录 cd Music-Tool-Fastapi # 构建docker镜像 docker build -t Music-Tool-Fastapi . # 从运行docker容器 docker run -d --name thief_music -p 7788:7788 Music-Tool-Fastapi ```