livestream/audio/dockerfile

9 lines
155 B
Plaintext
Raw Permalink Normal View History

2018-06-29 09:05:51 +00:00
FROM alpine:3.7
RUN apk add --no-cache icecast
WORKDIR /usr/share/icecast
RUN mkdir ./logs
RUN chown -R icecast: .
CMD [ "icecast", "-c","icecast.xml" ]