Skip to content

Commit

Permalink
fix: linea-ens-app dockerfile with new secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Julink-eth committed Sep 11, 2024
1 parent 0d5374d commit b6b24ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/linea-ens-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ WORKDIR /app
ARG NEXT_PUBLIC_ALCHEMY_KEY
ARG NEXT_PUBLIC_INFURA_KEY
ARG NEXT_PUBLIC_WC_PROJECT_ID
ARG NEXT_PUBLIC_THE_GRAPH_MAINNET_API_KEY
ARG NEXT_PUBLIC_THE_GRAPH_SEPOLIA_API_KEY
ENV NEXT_PUBLIC_ALCHEMY_KEY=$NEXT_PUBLIC_ALCHEMY_KEY
ENV NEXT_PUBLIC_INFURA_KEY=$NEXT_PUBLIC_INFURA_KEY
ENV NEXT_PUBLIC_WC_PROJECT_ID=$NEXT_PUBLIC_WC_PROJECT_ID
Expand Down

0 comments on commit b6b24ed

Please sign in to comment.