fix(docker): Fixed typo
This commit is contained in:
@@ -5,7 +5,7 @@ RUN apk add --no-cache ffmpeg
|
|||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
copy .htpasswd /etc/nginx/.htpasswd
|
COPY htpasswd /etc/nginx/.htpasswd
|
||||||
COPY index.html /usr/share/nginx/html/index.html
|
COPY index.html /usr/share/nginx/html/index.html
|
||||||
COPY stream.sh /stream.sh
|
COPY stream.sh /stream.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user