FROM alpine:latest RUN apk add nginx nginx-mod-rtmp COPY nginx.conf /etc/nginx CMD ["/usr/sbin/nginx"]