mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-20 15:02:33 +00:00
3fcb62b931
bump alpine version to 3.8
7 lines
85 B
Docker
7 lines
85 B
Docker
FROM alpine:3.8
|
|
|
|
WORKDIR /app
|
|
COPY tm-bench /app/tm-bench
|
|
|
|
ENTRYPOINT ["./tm-bench"]
|