From 2c147d518e65859271bf065f3768f4d823ac39ef Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 6 Feb 2021 23:17:58 +0100 Subject: [PATCH] Changing Dockerfile to basic-auth-only branch --- docker/mainnet/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/mainnet/Dockerfile b/docker/mainnet/Dockerfile index fd17890..442a01e 100644 --- a/docker/mainnet/Dockerfile +++ b/docker/mainnet/Dockerfile @@ -18,6 +18,7 @@ USER safeuser WORKDIR /home/safeuser RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api WORKDIR /home/safeuser/bch-api +RUN git checkout basic-auth-only RUN npm install --silent # Generate documentation