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
localnet: fix node starting issue with --proxy-app flag (
#5803
)
pull/5805/head
PaddyMc
4 years ago
committed by
GitHub
parent
e198edf20e
commit
6ef81c6074
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
networks/local/localnode/Dockerfile
+ 1
- 1
networks/local/localnode/Dockerfile
View File
@ -8,7 +8,7 @@ VOLUME [ /tendermint ]
WORKDIR
/tendermint
EXPOSE
26656 26657
ENTRYPOINT
[
"/usr/bin/wrapper.sh"
]
CMD
[
"node"
,
"--proxy
_
app"
,
"kvstore"
]
CMD
[
"node"
,
"--proxy
-
app"
,
"kvstore"
]
STOPSIGNAL
SIGTERM
COPY
wrapper.sh /usr/bin/wrapper.sh
Write
Preview
Loading…
Cancel
Save