chore(nginx): Added htaccess

This commit is contained in:
2026-04-07 22:24:29 +02:00
parent 16089c638e
commit b7f4ce7c78
4 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ RUN apk add --no-cache ffmpeg
# Configuration
COPY nginx.conf /etc/nginx/nginx.conf
copy .htpasswd /etc/nginx/.htpasswd
COPY index.html /usr/share/nginx/html/index.html
COPY stream.sh /stream.sh