Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 389 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 389 Bytes

music-player-docker-build

在线音乐播放器docker镜像构建

本项目基于Vue-mmPlayer & NeteaseCloudMusicApi 开源项目构建

build

# docker build -t yaonew/mmplayer .

run

# docker run --name mmPlayer --restart always -dit -p 80:80 yaonew/mmplayer