fix(deploy): prevent duplicated api prefix
Deployment Config CI / Deployment Config (push) Successful in 8s
Frontend CI / Frontend (push) Successful in 2m17s

This commit is contained in:
2026-05-01 14:11:21 +08:00
parent 541161774e
commit ce2d8a2907
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ COPY packages/ ./packages/
COPY apps/admin-web/ ./apps/admin-web/
# Build
ARG VITE_API_BASE_URL=/api
ARG VITE_API_BASE_URL=
RUN pnpm --filter admin-web build
# ─── Stage 2: Serve with nginx ─────────────────────────────────────────────────