This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
tendermint
Watch
1
Star
0
Fork
0
You've already forked tendermint
mirror of
https://github.com/fluencelabs/tendermint
synced
2025-04-25 23:02:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
tendermint
/
tools
/
tm-monitor
/
Dockerfile
7 lines
91 B
Docker
Raw
Normal View
History
Unescape
Escape
:tools: Update docs & fix build-docker Makefile target (#2584) bump alpine version to 3.8
2018-10-09 18:04:15 +04:00
FROM
alpine:3.8
Dockerfile and Makefile
2017-03-02 22:03:35 +04:00
WORKDIR
/app
COPY
tm-monitor /app/tm-monitor
ENTRYPOINT
[
"./tm-monitor"
]
Reference in New Issue
Copy Permalink