Skip to content

Commit

Permalink
feat: rename .env
Browse files Browse the repository at this point in the history
  • Loading branch information
phoax committed Jun 8, 2023
1 parent 354ca58 commit bcb32a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ RUN yarn build
FROM node:16.14.2-alpine
WORKDIR /gateway
COPY --from=build /gateway .
COPY .env.uat .env

CMD yarn start --l2_resolver_address 0xCc6bBa9AFF0aC1e4755206A1D8cD8E63054141bF --l1_provider_url https://goerli.infura.io/v3/9ed1bd75f3d14307b365c2270d2ea66f --l2_provider_url https://linea-goerli.infura.io/v3/16fff764ff2145c2b137fbe8013730c6 --port 8080
CMD yarn start --port 8080

0 comments on commit bcb32a2

Please sign in to comment.