Skip to content

Commit

Permalink
Remove left-over command from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
uivlis committed Jul 23, 2020
1 parent ea65950 commit b43b0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b43b0d9

Please sign in to comment.