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-24 22:32:15 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
tendermint
/
tools
/
tm-bench
/
Dockerfile
7 lines
85 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
[tm-bench] add Dockerfile
2017-03-22 15:52:59 +04:00
WORKDIR
/app
COPY
tm-bench /app/tm-bench
ENTRYPOINT
[
"./tm-bench"
]
Reference in New Issue
Copy Permalink