Skip to content

Instantly share code, notes, and snippets.

@javaguirre
Created January 17, 2019 15:57
Docker script to build and execute tests for chaincode Hyperledger Fabric
docker build -t chaincode-tester .
docker run - rm -v "$PWD":/usr/src/app -w /usr/src/app/ngo chaincode-tester
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment