Skip to content

Commit

Permalink
Merge pull request #241 from Consensys/fix/linea-ens-app-dockerfile
Browse files Browse the repository at this point in the history
fix: linea-ens-app dockerfile with new secrets
  • Loading branch information
Julink-eth authored Sep 11, 2024
2 parents 0d5374d + b6b24ed commit 0b91c24
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 0b91c24

Please sign in to comment.