Skip to content

Commit

Permalink
fix: renown env var
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed Jul 30, 2024
1 parent 6674764 commit 0b6bb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG VITE_RENOWN_CHAIN_ID=1
ENV VITE_RENOWN_CHAIN_ID=${VITE_RENOWN_CHAIN_ID}

ARG VITE_RENOWN_URL="https://renown.id"
ENV VITE_RENOWN_URL=${RENOWN_URL}
ENV VITE_RENOWN_URL=${VITE_RENOWN_URL}

ARG VITE_SENTRY_DSN=""
ENV VITE_SENTRY_DSN=${VITE_SENTRY_DSN}
Expand Down

0 comments on commit 0b6bb86

Please sign in to comment.