chore: web volumes

This commit is contained in:
tao.chen
2026-08-24 13:58:24 +08:00
parent b8a1e462ca
commit ce8020e68c
+1 -1
View File
@@ -52,7 +52,7 @@ services:
runtime:
condition: service_healthy
volumes:
- ${PWD}/frontend:/usr/share/nginx/html
- ${PWD}/frontend/build/client:/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" ]