Skip to content

Commit

Permalink
change Dockerfile to use config.docker (hyperledger-iroha#1426)
Browse files Browse the repository at this point in the history
Signed-off-by: Artyom Bakhtin <[email protected]>
  • Loading branch information
bakhtin authored Jun 13, 2018
1 parent 1fe9571 commit 098ec30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/release/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
echo key=$KEY
echo $PWD
irohad --genesis_block genesis.block --config config.sample --keypair_name $KEY
irohad --genesis_block genesis.block --config config.docker --keypair_name $KEY

0 comments on commit 098ec30

Please sign in to comment.