From 92035f90795b35a04aaae6bcbd998d87c125f2e2 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Sat, 19 Jul 2025 10:08:39 +0500 Subject: [PATCH] modified: docker-compose.yaml modified: easySite/easy-site/build/index.html add into docker-compose.yaml mount line easysite --- docker-compose.yaml | 1 + easySite/easy-site/build/index.html | 22 +++++++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 6cab3a4..7790f70 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -79,6 +79,7 @@ services: - certbot_www:/var/www/certbot - ./spa/vue/dist:/usr/share/nginx/html - ./valitovgaziz/html:/usr/share/nginx/valitovgaziz/html + - ./easysite/easysite/build:/usr/share/nginx/easysite/html networks: - web-network - internal diff --git a/easySite/easy-site/build/index.html b/easySite/easy-site/build/index.html index f2700d6..5b89563 100644 --- a/easySite/easy-site/build/index.html +++ b/easySite/easy-site/build/index.html @@ -1 +1,21 @@ -React App
\ No newline at end of file + + + + + + + + + + + React App + + + + +
+ +