mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 11:05:10 +00:00
Java chaincode implementation of erc721 NFT token standard. Signed-off-by: renjithpta <renjithkn@gmail.com>
Signed-off-by: renjithkn@gmail.com <renjithkn@gmail.com>
This commit is contained in:
parent
487215b242
commit
52a8e2bec5
1 changed files with 30 additions and 31 deletions
|
|
@ -8,7 +8,6 @@ COPY build.gradle ./
|
||||||
# Build and package our code
|
# Build and package our code
|
||||||
RUN gradle --no-daemon build shadowJar -x checkstyleMain -x checkstyleTest
|
RUN gradle --no-daemon build shadowJar -x checkstyleMain -x checkstyleTest
|
||||||
|
|
||||||
|
|
||||||
# the second stage of our build just needs the compiled files
|
# the second stage of our build just needs the compiled files
|
||||||
FROM openjdk:11-jre
|
FROM openjdk:11-jre
|
||||||
ARG CC_SERVER_PORT=9999
|
ARG CC_SERVER_PORT=9999
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue