From a054898b34eba4b6a7f2314e0892e6908a7ec0f9 Mon Sep 17 00:00:00 2001 From: mike Date: Sun, 28 Dec 2025 04:21:01 +0100 Subject: [PATCH] chore: update 1 file(s) --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1e3c255..fcc39c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM nginx:alpine COPY index.html /usr/share/nginx/html/ +COPY style.css /usr/share/nginx/html/ +COPY chatv2.js /usr/share/nginx/html/ COPY 404.html /usr/share/nginx/html/ COPY favicon.ico /usr/share/nginx/html/ COPY nginx.conf /etc/nginx/conf.d/default.conf