Skip to content

Commit

Permalink
Add file to build docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeNinjaEvan committed Apr 3, 2018
1 parent 8cbf20d commit 947aa91
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
@@ -0,0 +1,11 @@
FROM tronprotocol/tron-gradle

RUN set -o errexit -o nounset \
&& echo "git clone" \
&& git clone https://github.com/tronprotocol/java-tron.git \
&& cd java-tron \
&& gradle build

WORKDIR /java-tron

EXPOSE 18888

0 comments on commit 947aa91

Please sign in to comment.