We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a45475 commit b865537Copy full SHA for b865537
Dockerfile.relay-p2p
@@ -33,7 +33,7 @@ RUN groupadd -g 1001 cardano
33
RUN useradd -rm -d /home/cardano -s /bin/bash -g 1001 -G sudo -u 1001 cardano
34
RUN mkdir -p /home/cardano/data/db
35
RUN mkdir /home/cardano/ipc
36
-RUN cd /home/cardano && git clone https://github.com/input-output-hk/cardano-configurations.git
+RUN cd /home/cardano && git clone https://github.com/Emurgo/cardano-configurations.git
37
RUN cd /home/cardano/cardano-configurations/network/mainnet/cardano-node/ && sed -i -e 's/127.0.0.1/0.0.0.0/g' config.json
38
RUN chown -R 1001:1001 /home/cardano/ipc
39
RUN chown -R 1001:1001 /home/cardano/data
0 commit comments