mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
Update Dockerfile
This commit is contained in:
parent
9b480b261d
commit
5dc4ce1756
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ FROM alpine:latest
|
|||
|
||||
LABEL maintainer="admin@xinfin.org"
|
||||
|
||||
WORKDIR /XDC
|
||||
|
||||
COPY --from=builder /XDCchain/build/bin/XDC /usr/local/bin/XDC
|
||||
|
||||
RUN chmod +x /usr/local/bin/XDC
|
||||
|
|
|
|||
Loading…
Reference in a new issue