From b43b0d91de5957039bb91551244e601d5002fddf Mon Sep 17 00:00:00 2001 From: uivlis Date: Thu, 23 Jul 2020 17:24:20 +0300 Subject: [PATCH] Remove left-over command from Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65217c95..6c3d53ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ ENV SOLC_BINARY="/root/.py-solc-x/solc-${SOLC_VERSION}/bin/solc" # Necessary files for smart contract compilation, migration and testing COPY . /work/ -CMD ./test.py +CMD ./bin/test