diff --git a/Dockerfile b/Dockerfile index c4d969e..b2c0d92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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