update: update nginx config to add frontend build assets

This commit is contained in:
tao.chen
2026-07-30 12:26:03 +08:00
parent 6beb5a6062
commit eb32c37559
2 changed files with 23 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ services:
restart: unless-stopped
volumes:
- ./default.conf:/etc/nginx/conf.d/default.conf:ro
- ./frontend/build/client:/usr/share/nginx/html:ro
depends_on:
- backend