From e45137d97c5e26ca149456a6cad65413682d3da0 Mon Sep 17 00:00:00 2001 From: uivlis Date: Thu, 23 Jul 2020 17:59:33 +0300 Subject: [PATCH] Replace CMD with RUN in dockerfile command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c3d53ac..460d368b 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 ./bin/test +RUN ./bin/test