Browse Source

expose ports in dockerfile

pull/192/head
Ethan Buchman 8 years ago
parent
commit
16cd15b048
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      DOCKER/Dockerfile

+ 3
- 0
DOCKER/Dockerfile View File

@ -47,5 +47,8 @@ VOLUME $DATA_ROOT
USER $USER
ENV TMROOT $DATA_ROOT
EXPOSE 46656
EXPOSE 46657
# Run tendermint
CMD ["./run.sh"]

Loading…
Cancel
Save