Apply suggestions from code review

Co-Authored-By: darwin <antonin@hildebrand.cz>
pull/1/head
Edouard 5 years ago committed by GitHub
parent ea394c75c7
commit 1b64be4aca

@ -56,7 +56,7 @@ export LND_HOME=~/.lnd
# build the container
./build.sh
# run lntop from the contaner
# run lntop from the container
./lntop.sh
```

@ -19,7 +19,7 @@ WORKDIR $GOPATH/src/github.com/edouardparis/lntop
COPY "$LNTOP_SRC_PATH" .
ENV GO111MODULE=on
RUN go install ./...
RUN go install -mod=vendor ./...
# ---------------------------------------------------------------------------------------------------------------------------

Loading…
Cancel
Save