mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 12:41:44 +00:00
mv tools files to tools repo
This commit is contained in:
6
tools/tm-bench/Dockerfile
Normal file
6
tools/tm-bench/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM alpine:3.7
|
||||
|
||||
WORKDIR /app
|
||||
COPY tm-bench /app/tm-bench
|
||||
|
||||
ENTRYPOINT ["./tm-bench"]
|
Reference in New Issue
Block a user