fix:docker compose frontend build args

This commit is contained in:
bbh
2025-08-01 15:46:42 +08:00
parent 2f6a163021
commit 569aa05713

View File

@@ -143,7 +143,8 @@ services:
build:
context: ./frontend
args:
- VITE_API_URL=https://api.${DOMAIN?Variable not set}
- VITE_API_URL=http://api.${DOMAIN?Variable not set}
# - VITE_API_URL=https://api.${DOMAIN?Variable not set}
- NODE_ENV=production
labels:
- traefik.enable=true