Dockerfile clean up

This commit is contained in:
Roy Crihfield 2024-03-28 17:10:18 +08:00
parent 730bea26d5
commit 6ffe72d5e6

View File

@ -12,7 +12,7 @@ RUN apk add --no-cache gcc musl-dev binutils-gold linux-headers git
ARG GIT_VDBTO_TOKEN
# Get dependencies - will also be cached if we won't change go.mod/go.sum
WORKDIR /go-ethereum/
WORKDIR /go-ethereum
COPY go.mod .
COPY go.sum .
COPY wrapmain wrapmain