mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-21 17:27:00 +01:00
Make ganache run persist with db cache
This commit is contained in:
parent
07131ceddc
commit
528df38607
@ -7,4 +7,4 @@ services:
|
||||
networks:
|
||||
backend:
|
||||
ipv4_address: 172.15.0.3
|
||||
entrypoint: ["node", "/app/ganache-core.docker.cli.js","--networkId","0x2324","--gasLimit","10000000000","--gasPrice","1","---hardfork","istanbul","--mnemonic","${GANACHE_MNEMONIC}"]
|
||||
entrypoint: ["node", "/app/ganache-core.docker.cli.js", "--blockTime", "2", "--db", "./ganache_cache", "--networkId","0x2324","--gasLimit","10000000000","--gasPrice","1","---hardfork","istanbul","--mnemonic","${GANACHE_MNEMONIC}"]
|
Loading…
Reference in New Issue
Block a user