Anton Kaliaev
2018-06-26 11:10:54 +04:00
parent 538c410bcd
commit 7f4498f8b1
3 changed files with 3 additions and 30 deletions
+3 -4
View File
@@ -21,14 +21,13 @@ ADD Makefile Makefile
RUN make get_tools
RUN make get_vendor_deps
# Install the apps
ADD scripts scripts
RUN bash scripts/install_abci_apps.sh
# Now copy in the code
# NOTE: this will overwrite whatever is in vendor/
COPY . $REPO
# install ABCI CLI
RUN cd abci && make install && cd -
RUN go install ./cmd/tendermint
# expose the volume for debugging