fix(deploy): vite config lazy load

This commit is contained in:
Ran
2026-02-14 22:16:55 +08:00
parent f964cbca69
commit 5c46d41ebf
5 changed files with 69 additions and 37 deletions
+2 -2
View File
@@ -114,8 +114,8 @@ services:
context: .
dockerfile: docker/Dockerfile.web
args:
- VITE_API_URL=http://localhost:8080
- VITE_AGENT_URL=http://localhost:8081
- VITE_API_URL=${VITE_API_URL:-http://localhost:8080}
- VITE_AGENT_URL=${VITE_AGENT_URL:-http://localhost:8081}
container_name: memoh-web
ports:
- "8082:8082"