diff --git a/docker/mainnet/Dockerfile b/docker/mainnet/Dockerfile index fd17890..5d82dd8 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 ct-new-rate-limits RUN npm install --silent # Generate documentation