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