mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
12 lines
129 B
Docker
12 lines
129 B
Docker
FROM node:argon
|
|
|
|
RUN npm install -g mstream
|
|
|
|
EXPOSE 3000
|
|
|
|
VOLUME ["/music", "/beets.db"]
|
|
|
|
WORKDIR /music
|
|
|
|
ENTRYPOINT ["mstream"]
|