mirror of
https://github.com/cupcakearmy/livestream.git
synced 2024-12-21 15:46:33 +00:00
8 lines
154 B
Docker
Executable File
8 lines
154 B
Docker
Executable File
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;'
|