build: 完善一键部署脚本

This commit is contained in:
2026-05-23 17:24:58 +08:00
parent bc5bb28b15
commit d236b5348a
4 changed files with 64 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ services:
context: ./frontend
dockerfile: Dockerfile
ports:
- "10000:80"
- "${GEN2D_PORT:-10000}:80"
depends_on:
- backend
restart: unless-stopped