1
0
Fork 0
hscloud/app/radio/Dockerfile

9 lines
156 B
Docker
Raw Normal View History

2019-06-19 12:31:19 +00:00
FROM alpine:3.9
RUN set -e -x ;\
apk add --no-cache icecast
USER icecast
ENTRYPOINT ["/usr/bin/icecast", "-c", "/usr/share/icecast/icecast.xml"]