Skip to content

Commit 2a5d393

Browse files
authored
chore: update metrics server URL in Dockerfile (#624)
Follow-up to #623. The Dockerfile ARG default still pointed at the stale livepeer-leaderboard-serverless endpoint; align it with the .env.example change so default image builds reach the active deployment.
1 parent 7714de5 commit 2a5d393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG NEXT_PUBLIC_GITHUB_LIP_NAMESPACE=adamsoffer
1515
ARG NEXT_PUBLIC_SUBGRAPH_API_KEY
1616
ARG NEXT_PUBLIC_SUBGRAPH_ID
1717
ARG NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID
18-
ARG NEXT_PUBLIC_METRICS_SERVER_URL=https://livepeer-leaderboard-serverless.vercel.app
18+
ARG NEXT_PUBLIC_METRICS_SERVER_URL=https://leaderboard-serverless.vercel.app
1919
ARG NEXT_PUBLIC_AI_METRICS_SERVER_URL=https://leaderboard-api.livepeer.cloud
2020

2121
# Step 5: Create .env file with substituted values

0 commit comments

Comments
 (0)