From 98e1a5b40ffdfc185f7d8f30994e094504ce6659 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 8 Aug 2020 09:32:36 -0700 Subject: [PATCH] fix(Docker): Updating dockerfile to PSF repo --- docker/mainnet/Dockerfile | 2 +- docker/testnet/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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