File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22The docker-compose in the root of this repo is used to deploy the etehreum migraton contract in a local ganache container running in docker.
33
44## Spin up infrastructure
5- By running ` docker-compose up ` a local ganache and a contract deployment container are being built and spinned up
5+ By running ` docker-compose up ` a local ganache and a contract deployment container are being built and spun up.
66
77If you always want to build images run ` docker-compose up --build ` .
88
@@ -21,4 +21,4 @@ docker-compose exec ethereum brownie run deploy_bridge.py --network docker
2121docker-compose exec fetch ./ledger/deploy-bridge.sh
2222```
2323
24- The infrastructure can be deleted by running ` docker-compose down --volumes ` .
24+ The infrastructure can be deleted by running ` docker-compose down --volumes ` .
You can’t perform that action at this time.
0 commit comments