Skip to content

Commit

Permalink
Revert "Build the new CLI"
Browse files Browse the repository at this point in the history
This reverts commit e58bdfa.
  • Loading branch information
Victor Castell committed Nov 10, 2021
1 parent 8ce3032 commit ba25f84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ RUN set -x \

WORKDIR /bor
COPY . .
RUN go build -o ./build/bin/bor ./command
RUN make bor-all

CMD ["/bin/bash"]

# Pull Bor into a second stage deploy alpine container
FROM alpine:3.14
Expand All @@ -20,6 +22,7 @@ RUN set -x \
&& rm -rf /var/cache/apk/*

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

Expand Down

0 comments on commit ba25f84

Please sign in to comment.