mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-27 19:15:12 +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