From e8d68dc07faa1c8daa59b2a3f1980328b2b49017 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 23 Jan 2019 16:54:27 +0100 Subject: Implement docker as another backend for sol-compiler --- contracts/utils/compiler.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contracts/utils/compiler.json') diff --git a/contracts/utils/compiler.json b/contracts/utils/compiler.json index 1524c1eaa..df4ef1e9f 100644 --- a/contracts/utils/compiler.json +++ b/contracts/utils/compiler.json @@ -1,6 +1,8 @@ { "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", + "workspaceDir": "../..", + "useDockerisedSolc": true, "compilerSettings": { "optimizer": { "enabled": true, -- cgit v1.2.3