diff --git a/docker/mainnet/Dockerfile b/docker/mainnet/Dockerfile index 43c7e45..0df3a30 100644 --- a/docker/mainnet/Dockerfile +++ b/docker/mainnet/Dockerfile @@ -16,7 +16,7 @@ USER safeuser # Clone the repository WORKDIR /home/safeuser -RUN git clone https://github.com/christroutner/bch-api +RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api WORKDIR /home/safeuser/bch-api RUN npm install diff --git a/docker/testnet/Dockerfile b/docker/testnet/Dockerfile index 253f9cf..46dafb7 100644 --- a/docker/testnet/Dockerfile +++ b/docker/testnet/Dockerfile @@ -13,7 +13,7 @@ USER safeuser # Clone the repository WORKDIR /home/safeuser -RUN git clone https://github.com/christroutner/bch-api +RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api WORKDIR /home/safeuser/bch-api RUN npm install