Removed contracts.
This commit is contained in:
parent
b9ad9e5332
commit
8bfee295fa
@ -10,9 +10,6 @@ services:
|
||||
dockerfile: Dockerfile-foreign
|
||||
ports:
|
||||
- "8542:8545"
|
||||
contracts:
|
||||
build: contracts
|
||||
command: "true"
|
||||
redis:
|
||||
image: "redis:4"
|
||||
rabbit:
|
||||
|
@ -7,6 +7,7 @@ const deployContractsDir = path.join(__dirname, '../../contracts-2.1.0/deploy')
|
||||
shell.cp(path.join(envsDir, 'contracts.env'), path.join(deployContractsDir, '.env'))
|
||||
shell.cd(deployContractsDir)
|
||||
shell.exec('node deploy.js')
|
||||
shell.cd(__dirname)
|
||||
shell.exec('node deployERC20.js')
|
||||
shell.cd(deployContractsDir)
|
||||
shell.rm('.env')
|
||||
|
Loading…
Reference in New Issue
Block a user