修改接口地址
This commit is contained in:
parent
4b16f93930
commit
91498b7557
@ -1 +1,3 @@
|
|||||||
VITE_API_BASE_URL=/api
|
VITE_API_BASE_URL=/api
|
||||||
|
# Production GAAP API endpoint:
|
||||||
|
# VITE_API_BASE_URL=https://api-acc.global-interaction.com/api
|
||||||
|
|||||||
1
.env.production
Normal file
1
.env.production
Normal file
@ -0,0 +1 @@
|
|||||||
|
VITE_API_BASE_URL=https://api-acc.global-interaction.com/api
|
||||||
@ -9,7 +9,7 @@ RUN pnpm install --frozen-lockfile
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
ARG VITE_API_BASE_URL=/api
|
ARG VITE_API_BASE_URL=https://api-acc.global-interaction.com/api
|
||||||
ENV VITE_API_BASE_URL=${VITE_API_BASE_URL}
|
ENV VITE_API_BASE_URL=${VITE_API_BASE_URL}
|
||||||
|
|
||||||
RUN pnpm build
|
RUN pnpm build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user