All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bric-java-sdk.fabric-java-sdk.1.0.source-code.Java.Docker Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
FROM hyperledger/fabric-javaenv
    COPY . /root/chaincode
    RUN cd /root/chaincode && gradle -b build.gradle build
    RUN  cp /root/chaincode/build/chaincode.jar /root
    RUN  cp /root/chaincode/build/libs/* /root/libs




© 2015 - 2025 Weber Informatics LLC | Privacy Policy