blenders commited on
Commit
6cbb1a3
·
1 Parent(s): 1d419e2
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -64,8 +64,8 @@ RUN mkdir -p /opt/nginx && \
64
  ./configure --with-http_ssl_module --add-module=../nginx-rtmp-module && \
65
  make && make install
66
 
67
- RUN mkdir -p /tmp/nginx /tmp/nginx/logs /tmp/nginx/proxy_temp /tmp/nginx/html /tmp/nginx/html/media/hls /tmp/nginx/html/media/rhls /tmp/nginx/html/media/recordings \
68
- && chmod -R 777 /tmp/nginx /tmp/nginx/html
69
  RUN chmod -R 755 /tmp/nginx/html/media
70
  # Copy configs and web UI
71
  COPY nginx.conf /tmp/nginx/nginx.conf
 
64
  ./configure --with-http_ssl_module --add-module=../nginx-rtmp-module && \
65
  make && make install
66
 
67
+ RUN mkdir -p /tmp/nginx /tmp/nginx/logs /tmp/nginx/proxy_temp /tmp/nginx/html /tmp/nginx/html/media/hls /tmp/nginx/html/media/rhls /tmp/nginx/html/media/recordings \
68
+ && chmod -R 777 /tmp/nginx /tmp/nginx/html /usr/local/nginx/sbin/nginx
69
  RUN chmod -R 755 /tmp/nginx/html/media
70
  # Copy configs and web UI
71
  COPY nginx.conf /tmp/nginx/nginx.conf