good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 5b11bb3c authored by Sandeep Sreenath's avatar Sandeep Sreenath Committed by GitHub
Browse files

Merge pull request #143 from maticnetwork/arpit/bor-docker

docker file add bootnode
parents d33ce83c 0bb34455
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,13 @@ FROM golang:1.16-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers git
ADD . /bor
RUN cd /bor && make bor
RUN cd /bor && make bor-all
# Pull Bor into a second stage deploy alpine container
FROM alpine:latest
RUN apk add --no-cache ca-certificates
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment