From aa404a10ff216b45b096e0b25f864a5fe27f281d Mon Sep 17 00:00:00 2001 From: Pierre de Lacroix Date: Thu, 29 Jan 2026 16:37:47 +0100 Subject: [PATCH] add contact page to container image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 519aff8..38e5b29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/nginx:1.29-alpine -COPY index.html poster.html guide.html /usr/share/nginx/html +COPY index.html poster.html guide.html contact.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