mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
fix(deploy): vite config lazy load
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user