mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
commit
c57665ce1d
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ FROM alpine:latest
|
||||||
|
|
||||||
LABEL maintainer="etienne@tomochain.com"
|
LABEL maintainer="etienne@tomochain.com"
|
||||||
|
|
||||||
|
WORKDIR /tomochain
|
||||||
|
|
||||||
COPY --from=builder /tomochain/build/bin/tomo /usr/local/bin/tomo
|
COPY --from=builder /tomochain/build/bin/tomo /usr/local/bin/tomo
|
||||||
|
|
||||||
RUN chmod +x /usr/local/bin/tomo
|
RUN chmod +x /usr/local/bin/tomo
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue