7 lines
123 B
Makefile
7 lines
123 B
Makefile
include /opt/docker/build/Makefile
|
|
|
|
NAME = mpd
|
|
VERSION = latest
|
|
RUN = -p 6600:6600 -p 8000:8000
|
|
|
|
build: base pulseaudio mpd |