livestream/video/Dockerfile

8 lines
154 B
Docker
Raw Permalink Normal View History

2018-06-27 20:43:09 +02:00
FROM alpine:3.7
RUN apk add --no-cache openssl ca-certificates wget unzip nginx nginx-mod-rtmp ffmpeg
VOLUME [ "/stream" ]
CMD nginx -g 'daemon off;'