From e02c66a7a6164bf06a57d1b2c6197cb97441a212 Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Mon, 24 Aug 2026 11:26:58 +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 337b202..39534fb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -52,7 +52,7 @@ services: runtime: condition: service_healthy volumes: - - ${PWD}:/app + - ${PWD}/frontend:/app - ./default.conf:/etc/nginx/conf.d/default.conf.template:ro healthcheck: test: [ "CMD-SHELL", "wget -qO- http://127.0.0.1/ >/dev/null" ]