fix(docker): Fixed typo

This commit is contained in:
2026-04-07 22:27:30 +02:00
parent fbb61c2afd
commit 36b6003295

View File

@@ -5,7 +5,7 @@ RUN apk add --no-cache ffmpeg
# Configuration
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 stream.sh /stream.sh