From f841850cd389a77ef7b8a6906c52c134edd0ca40 Mon Sep 17 00:00:00 2001 From: nono-lqdn Date: Mon, 20 Apr 2026 18:22:58 +0200 Subject: [PATCH] Update Dockerfile to include all .html files --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 38e5b29..818cbb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/nginx:1.29-alpine -COPY index.html poster.html guide.html contact.html /usr/share/nginx/html +COPY *.html /usr/share/nginx/html COPY assets /usr/share/nginx/html/assets COPY css /usr/share/nginx/html/css COPY js /usr/share/nginx/html/js