Skip to content

Commit b865537

Browse files
authored
Update Dockerfile.relay-p2p 9.1.0
1 parent 6a45475 commit b865537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.relay-p2p

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN groupadd -g 1001 cardano
3333
RUN useradd -rm -d /home/cardano -s /bin/bash -g 1001 -G sudo -u 1001 cardano
3434
RUN mkdir -p /home/cardano/data/db
3535
RUN mkdir /home/cardano/ipc
36-
RUN cd /home/cardano && git clone https://github.com/input-output-hk/cardano-configurations.git
36+
RUN cd /home/cardano && git clone https://github.com/Emurgo/cardano-configurations.git
3737
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
3838
RUN chown -R 1001:1001 /home/cardano/ipc
3939
RUN chown -R 1001:1001 /home/cardano/data

0 commit comments

Comments
 (0)