Removed contracts.

This commit is contained in:
rzadp 2019-05-21 16:51:47 +02:00
parent b9ad9e5332
commit 8bfee295fa
2 changed files with 1 additions and 3 deletions

@ -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')