From 36b6003295726bb97f99136c067fcc87203bba12 Mon Sep 17 00:00:00 2001 From: l-nmch Date: Tue, 7 Apr 2026 22:27:30 +0200 Subject: [PATCH] fix(docker): Fixed typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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