Dockerfile.streaming 193 B

123456789
  1. FROM nginx-rtmp
  2. # NOTE need to clone from github.
  3. # can be changed from jessie to xenial build-pack
  4. COPY nginx.conf /etc/nginx/nginx.conf
  5. WORKDIR /tmp/http
  6. ADD app/resources/public /tmp/http