2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:04:59 +01:00
Files
dockerfiles_vimagick/cmus/Dockerfile
2025-10-09 15:23:34 +08:00

18 lines
228 B
Docker

#
# Dockerfile for cmus
#
FROM alpine:3
MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache cmus
VOLUME /root/.config/cmus
ENV CMUS_HOME=/root/.config/cmus
ENV CMUS_SOCKET=0.0.0.0:3000
EXPOSE 3000
ENTRYPOINT cmus