Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
shafu0x committed Dec 16, 2022
1 parent ffe9779 commit a675cf2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ RUN npm install --production

COPY . .

ENV GOERLI_INFURA_PROJECT_ID=786a7764b8234b06b4cd6764a1646a17
ENV SUPABASE_URL=https://zdsoetzzluqvefxlchjm.supabase.co
ENV SUPABASE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Inpkc29ldHp6bHVxdmVmeGxjaGptIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTY2NTg1NTAwOCwiZXhwIjoxOTgxNDMxMDA4fQ.Il9RazCs7U_SP1BmHQlXYL8zcymI5dQN6YCBRSHzkFQ
ARG GOERLI_INFURA_PROJECT_ID
ENV GOERLI_INFURA_PROJECT_ID=$GOERLI_INFURA_PROJECT_ID

ARG SUPABASE_URL
ENV SUPABASE_URL=$SUPABASE_URL

ARG SUPABASE_KEY
ENV SUPABASE_KEY=$SUPABASE_KEY

CMD [ "node", "app.js" ]

0 comments on commit a675cf2

Please sign in to comment.