From 9e63c90a6cff841adc3c33bf47b6c1fa05ae3105 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Thu, 11 Nov 2021 06:57:02 -0800 Subject: [PATCH] Updating Dockerfile to use new fork --- docker/mainnet/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/mainnet/Dockerfile b/docker/mainnet/Dockerfile index b3de86a..c0317e9 100644 --- a/docker/mainnet/Dockerfile +++ b/docker/mainnet/Dockerfile @@ -45,8 +45,9 @@ USER safeuser # Clone the repository WORKDIR /home/safeuser -RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api +RUN git clone https://github.com/FullStack-cash/bch-api WORKDIR /home/safeuser/bch-api +RUN git checkout production RUN npm install --silent # Generate documentation