ERC721 java chaincode implementation.

Signed-off-by: renjithkn@gmail.com <renjithkn@gmail.com>
This commit is contained in:
renjithkn@gmail.com 2022-04-07 03:55:29 +00:00
parent a068270b6c
commit a318fea8be

View file

@ -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