FROM ubuntu:latest EXPOSE 1935 RUN apt update -y && apt upgrade -y && apt install -y nginx libnginx-mod-rtmp vim COPY nginx.conf /etc/nginx/nginx.conf CMD ["/usr/sbin/nginx", "-g", "daemon off;"]