We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5ac21 commit f55a89fCopy full SHA for f55a89f
Makefile
@@ -11,7 +11,7 @@ install-acme:
11
create-genesis:
12
docker build -t bas-genesis-config ./genesis
13
rm -rf ./genesis.json
14
- CHAIN_ID=1 envsubst < config.json > tmp_config.json
+ envsubst < config.json > tmp_config.json
15
docker run --rm -v ${PWD}/tmp_config.json:/config.json -t bas-genesis-config /config.json > ./genesis.json
16
rm -f tmp_config.json
17
0 commit comments