mirror of
https://github.com/cupcakearmy/livestream.git
synced 2025-01-02 13:26:24 +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;'
|