Skip to content

Commit

Permalink
chore: add missing GENESIS_FILENAME build args
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Oct 21, 2024
1 parent f877f11 commit c5cd406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ services:
context: .
dockerfile: ./docker/dev-node.dockerfile
args:
GENESIS_FILENAME: ${GENESIS_FILENAME:-testnet.json}
NODE_ENV: ${ENV}
CHAIN_ID: ${CHAIN_ID}
ENDPOINT: ${ENDPOINT}
Expand Down
1 change: 1 addition & 0 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
context: .
dockerfile: ./docker/dev-node.dockerfile
args:
GENESIS_FILENAME: ${GENESIS_FILENAME:-testnet.json}
NODE_ENV: ${ENV:-test}
CHAIN_ID: ${CHAIN_ID:-poktroll}
ENDPOINT: ${ENDPOINT}
Expand Down

0 comments on commit c5cd406

Please # to comment.