From 227922d9932c36763b43ccbb5edeb2a098b24d87 Mon Sep 17 00:00:00 2001 From: cventastic Date: Tue, 25 Jan 2022 16:06:44 +0100 Subject: [PATCH] added hmy cli tool --- harmony/build/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/harmony/build/Dockerfile b/harmony/build/Dockerfile index 58876035..0b22cc74 100644 --- a/harmony/build/Dockerfile +++ b/harmony/build/Dockerfile @@ -7,5 +7,6 @@ EXPOSE 9000/tcp 9500/tcp 9800/tcp 6000/tcp RUN mkdir -p /harmony/harmony_db_0 /harmony/harmony_db_1 /harmony/harmony_db_2 /harmony/harmony_db_3 /harmony/log /harmony/.hmy RUN curl -LO https://harmony.one/binary && chmod +x binary +RUN curl -LO https://harmony.one/hmycli && mv hmycli && chmod +x hmycli CMD /binary --log.dir /harmony/log --run explorer --run.shard 0 --dns.zone t.hmny.io --http.ip 0.0.0.0 --datadir /harmony \ No newline at end of file