1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00
dockerfiles/cmus/Dockerfile
2017-04-29 12:04:18 +08:00

23 lines
316 B
Docker

#
# Dockerfile for cmus
#
FROM alpine
MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache cmus
VOLUME /etc/cmus
WORKDIR /etc/cmus
ENV CMUS_HOME=/etc/cmus
ENV CMUS_SOCKET=0.0.0.0:3000
ENV USERNAME=root
ENV PASSWORD=secret
EXPOSE 3000
CMD set -xe \
&& echo "set passwd=$PASSWORD" > rc \
&& cmus