small fixes

This commit is contained in:
Jae Kwon
2015-04-09 16:39:58 -07:00
parent 98fa3b7b9c
commit 06b167c669
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ USER tendermint
ENV USER tendermint
ENV TMROOT /tendermint_root
# docker run -v $(pwd)/tendermint_root:/tendermint_root
CMD [ "./tendermint", "daemon" ]
CMD [ "./build/tendermint", "node" ]