Skip to content

Commit 1ea9de2

Browse files
committed
chore: Dockerfile setting for staging
revise API_URL_BROWSER
1 parent ed31e29 commit 1ea9de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV ROUTER_BASE /2024/
2424
ENV BASE_URL http://pycontw-2024:8000
2525
ENV BUILD_TARGET server
2626
ENV HOST 0.0.0.0
27-
ENV API_URL_BROWSER https://tw.pycon.org/prs
27+
ENV API_URL_BROWSER https://staging.pycon.tw/prs
2828

2929
RUN npm run build
3030

0 commit comments

Comments
 (0)