From f83bd2c713ba11840f93f7231cff9f2e0246a134 Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Fri, 16 May 2025 11:28:41 +0000 Subject: [PATCH] Automated commit to demo branch from Docker container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 861cf9e..b01cd9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM nginx:alpine -COPY ./custom1/*.html /usr/share/nginx/html/ +COPY ./newtest/*.html /usr/share/nginx/html/ EXPOSE 80 CMD ["nginx", "-g", "daemon off;"]