This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
expose ports in dockerfile
pull/192/head
Ethan Buchman
9 years ago
parent
baa18fb0f7
commit
16cd15b048
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
DOCKER/Dockerfile
+ 3
- 0
DOCKER/Dockerfile
View File
@ -47,5 +47,8 @@ VOLUME $DATA_ROOT
USER
$USER
USER
$USER
ENV
TMROOT
$DATA_ROOT
ENV
TMROOT
$DATA_ROOT
EXPOSE
46656
EXPOSE
46657
# Run tendermint
# Run tendermint
CMD
[
"./run.sh"
]
CMD
[
"./run.sh"
]
Write
Preview
Loading…
Cancel
Save