diff --git a/docker/mainnet/Dockerfile b/docker/mainnet/Dockerfile index 0df3a30..fd17890 100644 --- a/docker/mainnet/Dockerfile +++ b/docker/mainnet/Dockerfile @@ -18,7 +18,7 @@ USER safeuser WORKDIR /home/safeuser RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api WORKDIR /home/safeuser/bch-api -RUN npm install +RUN npm install --silent # Generate documentation RUN npm run docs diff --git a/docker/testnet/Dockerfile b/docker/testnet/Dockerfile index 46dafb7..f366a18 100644 --- a/docker/testnet/Dockerfile +++ b/docker/testnet/Dockerfile @@ -15,7 +15,7 @@ USER safeuser WORKDIR /home/safeuser RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api WORKDIR /home/safeuser/bch-api -RUN npm install +RUN npm install --silent # Generate documentation RUN npm run docs