瀏覽代碼

fix: admin 前端 VITE_API_BASE 设为空字符串走 nginx 代理

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
mengboxin137-blip 9 小時之前
父節點
當前提交
a258627097
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -15,6 +15,7 @@ COPY admin-frontend/package.json ./
 RUN npm install --registry https://registry.npmmirror.com
 COPY admin-frontend/ .
 ENV VITE_API_BASE_URL=
+ENV VITE_API_BASE=
 RUN npm run build
 
 # 阶段3: Nginx 运行