mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 06:53:46 +00:00
Build the new CLI
This commit is contained in:
parent
57898e43e1
commit
e58bdfa8e8
1 changed files with 1 additions and 4 deletions
|
|
@ -9,9 +9,7 @@ RUN set -x \
|
||||||
|
|
||||||
WORKDIR /bor
|
WORKDIR /bor
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN make bor-all
|
RUN go build -o ./build/bin/bor ./command
|
||||||
|
|
||||||
CMD ["/bin/bash"]
|
|
||||||
|
|
||||||
# Pull Bor into a second stage deploy alpine container
|
# Pull Bor into a second stage deploy alpine container
|
||||||
FROM alpine:3.14
|
FROM alpine:3.14
|
||||||
|
|
@ -22,7 +20,6 @@ RUN set -x \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
COPY --from=builder /bor/build/bin/bor /usr/local/bin/
|
COPY --from=builder /bor/build/bin/bor /usr/local/bin/
|
||||||
COPY --from=builder /bor/build/bin/bootnode /usr/local/bin/
|
|
||||||
|
|
||||||
EXPOSE 8545 8546 8547 30303 30303/udp
|
EXPOSE 8545 8546 8547 30303 30303/udp
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue