From 180c3c4c18c1eeeb33498a7e1c9a9a12746c05aa Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Sat, 27 Jan 2024 14:19:00 +0800 Subject: [PATCH] fix: revert API URL to prod one --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e236689a3..dfe1eaa53d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,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://staging.pycon.tw/prs +ENV API_URL_BROWSER https://tw.pycon.org/prs RUN npm run build