Skip to content

Commit

Permalink
Update genesis filename in Node Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecuesta committed Nov 22, 2024
1 parent 27af199 commit 4598771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/node.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:22.5-slim AS builder

ARG GENESIS_FILENAME=testnet.json
ARG GENESIS_FILENAME=localnet.json
ARG NODE_ENV=production
ARG ENDPOINT
ARG CHAIN_ID=poktroll
Expand Down

0 comments on commit 4598771

Please sign in to comment.