Fix docker network
This commit is contained in:
parent
37482cf51c
commit
5a97e55bc7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ WORKDIR /tmp/src
|
|||
|
||||
# Build node
|
||||
RUN ci/build-node.sh
|
||||
RUN echo ${NETWORK} >/etc/nano-network
|
||||
RUN echo ${NANO_NETWORK} >/etc/nano-network
|
||||
|
||||
FROM ubuntu:22.04
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue