From b8a1e462cabd360eedd090a3634f4706d23822f2 Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Mon, 24 Aug 2026 13:57:46 +0800 Subject: [PATCH] chore: web volumes --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 39534fb..cc15503 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -52,7 +52,7 @@ services: runtime: condition: service_healthy volumes: - - ${PWD}/frontend:/app + - ${PWD}/frontend:/usr/share/nginx/html - ./default.conf:/etc/nginx/conf.d/default.conf.template:ro healthcheck: test: [ "CMD-SHELL", "wget -qO- http://127.0.0.1/ >/dev/null" ]