Skip to content

Commit

Permalink
chore: updating docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Nov 28, 2022
1 parent 4cdcfe3 commit 5682993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
if [[ -n "$SERVICE_CONFIG_HASH" ]]; then
echo "Using SERVICE_CONFIG_HASH = $SERVICE_CONFIG_HASH"
echo $(jq --arg SERVICE_CONFIG_HASH "$SERVICE_CONFIG_HASH" '.serviceRegistry.configHashes = [ $SERVICE_CONFIG_HASH ]' snapshot.json) > snapshot.json
yarn hardhat node
fi

yarn hardhat node

0 comments on commit 5682993

Please sign in to comment.