First working version
This commit is contained in:
9
mpd-docker/Dockerfile
Normal file
9
mpd-docker/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM ubuntu:xenial
|
||||
RUN apt-get update && apt-get upgrade -y \
|
||||
&& apt-get install mpd mpc -y \
|
||||
&& apt-get clean
|
||||
|
||||
COPY mpd.conf /etc/mpd.conf
|
||||
COPY entry.sh /
|
||||
EXPOSE 6600
|
||||
CMD ["/entry.sh"]
|
||||
Reference in New Issue
Block a user