mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-25 10:41:41 +00:00
[monitor/bench] fix Dockerfile.dev
This commit is contained in:
@ -7,9 +7,6 @@ COPY Makefile /go/src/github.com/tendermint/tools/tm-bench/
|
||||
|
||||
RUN make get_tools
|
||||
|
||||
COPY Gopkg.toml /go/src/github.com/tendermint/tools/tm-bench/
|
||||
COPY Gopkg.lock /go/src/github.com/tendermint/tools/tm-bench/
|
||||
COPY . /go/src/github.com/tendermint/tools/tm-bench
|
||||
|
||||
RUN make get_vendor_deps
|
||||
|
||||
COPY . /go/src/github.com/tendermint/tools/tm-bench
|
||||
|
@ -7,9 +7,6 @@ COPY Makefile /go/src/github.com/tendermint/tools/tm-monitor/
|
||||
|
||||
RUN make get_tools
|
||||
|
||||
COPY Gopkg.toml /go/src/github.com/tendermint/tools/tm-monitor/
|
||||
COPY Gopkg.lock /go/src/github.com/tendermint/tools/tm-monitor/
|
||||
COPY . /go/src/github.com/tendermint/tools/tm-monitor
|
||||
|
||||
RUN make get_vendor_deps
|
||||
|
||||
COPY . /go/src/github.com/tendermint/tools/tm-monitor
|
||||
|
Reference in New Issue
Block a user