Add nano_rpc to Docker (#1945)
This commit is contained in:
parent
aedaa9fe5a
commit
3d325353ee
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ RUN mkdir /tmp/build && \
|
||||||
|
|
||||||
FROM ubuntu:16.04
|
FROM ubuntu:16.04
|
||||||
COPY --from=0 /tmp/build/nano_node /usr/bin
|
COPY --from=0 /tmp/build/nano_node /usr/bin
|
||||||
|
COPY --from=0 /tmp/build/nano_rpc /usr/bin
|
||||||
COPY --from=0 /etc/nano-network /etc
|
COPY --from=0 /etc/nano-network /etc
|
||||||
COPY docker/node/entry.sh /entry.sh
|
COPY docker/node/entry.sh /entry.sh
|
||||||
COPY docker/node/config /usr/share/nano/config
|
COPY docker/node/config /usr/share/nano/config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue