Revert "fix(admin-web): add API_GATEWAY_URL env var for Docker build"
This reverts commit 1d7f05b12d.
This commit is contained in:
parent
1d7f05b12d
commit
52a5ae64c0
|
|
@ -24,8 +24,6 @@ COPY . .
|
|||
# 设置环境变量
|
||||
ENV NEXT_TELEMETRY_DISABLED=1
|
||||
ENV NODE_ENV=production
|
||||
# 设置 API 网关地址(构建时需要,用于 next.config.js rewrites)
|
||||
ENV API_GATEWAY_URL=https://rwaapi.szaiai.com
|
||||
|
||||
# 构建应用
|
||||
RUN npm run build
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ services:
|
|||
- NODE_ENV=production
|
||||
- PORT=3100
|
||||
- NEXT_TELEMETRY_DISABLED=1
|
||||
- API_GATEWAY_URL=https://rwaapi.szaiai.com
|
||||
- NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL:-http://localhost:3023}
|
||||
- NEXT_PUBLIC_APP_NAME=挖矿管理后台
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Reference in New Issue