Skip to content

Commit 947aa91

Browse files
committed
Add file to build docker image.
1 parent 8cbf20d commit 947aa91

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Dockerfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM tronprotocol/tron-gradle
2+
3+
RUN set -o errexit -o nounset \
4+
&& echo "git clone" \
5+
&& git clone https://github.com/tronprotocol/java-tron.git \
6+
&& cd java-tron \
7+
&& gradle build
8+
9+
WORKDIR /java-tron
10+
11+
EXPOSE 18888

0 commit comments

Comments
 (0)