From 6c7dc08be0bec57077c3d73943a4c87d663e8c99 Mon Sep 17 00:00:00 2001 From: svyeh Date: Sun, 14 Jul 2024 11:14:15 +0800 Subject: [PATCH] chore: Dockerfile setting for staging revise API_URL_BROWSER --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f32e540dda..1d9b854b4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ ENV ROUTER_BASE /2024/ ENV BASE_URL http://pycontw-2024:8000 ENV BUILD_TARGET server ENV HOST 0.0.0.0 -ENV API_URL_BROWSER https://tw.pycon.org/prs +ENV API_URL_BROWSER https://staging.pycon.tw/prs RUN npm run build