Add nano_rpc to Docker (#1945)

This commit is contained in:
Tobias 2019-04-30 16:13:11 +02:00 committed by Russel Waters
commit 3d325353ee
No known key found for this signature in database
GPG key ID: 80446824F9FD3A5A

View file

@ -20,6 +20,7 @@ RUN mkdir /tmp/build && \
FROM ubuntu:16.04
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 docker/node/entry.sh /entry.sh
COPY docker/node/config /usr/share/nano/config