mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-10 06:54:26 +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"
|
LABEL maintainer="admin@xinfin.org"
|
||||||
|
|
||||||
|
WORKDIR /XDC
|
||||||
|
|
||||||
COPY --from=builder /XDCchain/build/bin/XDC /usr/local/bin/XDC
|
COPY --from=builder /XDCchain/build/bin/XDC /usr/local/bin/XDC
|
||||||
|
|
||||||
RUN chmod +x /usr/local/bin/XDC
|
RUN chmod +x /usr/local/bin/XDC
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue