File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,14 @@ RUN useradd -rm -d /home/cardano -s /bin/bash -g 1001 -G sudo -u 1001 cardano
3434RUN mkdir -p /home/cardano/data/db
3535RUN mkdir /home/cardano/ipc
3636RUN cd /home/cardano && git clone https://github.com/input-output-hk/cardano-configurations.git
37+ RUN cd /home/cardano/cardano-configurations/network/mainnet/cardano-node && \
38+ rm -f config.json topology.json config.json.1 && \
39+ wget https://book.play.dev.cardano.org/environments-pre/mainnet/config.json && \
40+ wget https://book.play.dev.cardano.org/environments-pre/mainnet/topology.json && \
41+ wget https://book.play.dev.cardano.org/environments-pre/mainnet/byron-genesis.json && \
42+ wget https://book.play.dev.cardano.org/environments-pre/mainnet/shelley-genesis.json && \
43+ wget https://book.play.dev.cardano.org/environments-pre/mainnet/alonzo-genesis.json && \
44+ wget https://book.play.dev.cardano.org/environments/mainnet/conway-genesis.json
3745RUN cd /home/cardano/cardano-configurations/network/mainnet/cardano-node/ && sed -i -e 's/127.0.0.1/0.0.0.0/g' config.json
3846RUN chown -R 1001:1001 /home/cardano/ipc
3947RUN chown -R 1001:1001 /home/cardano/data
You can’t perform that action at this time.
0 commit comments