diff --git a/docker/mainnet/Dockerfile b/docker/mainnet/Dockerfile index 1d5b58c..66e00ae 100644 --- a/docker/mainnet/Dockerfile +++ b/docker/mainnet/Dockerfile @@ -19,7 +19,7 @@ WORKDIR /home/safeuser RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api WORKDIR /home/safeuser/bch-api RUN git checkout free -RUN npm install +RUN npm install --silent # Generate documentation RUN npm run docs diff --git a/docker/testnet/Dockerfile b/docker/testnet/Dockerfile index 0b2f239..5187512 100644 --- a/docker/testnet/Dockerfile +++ b/docker/testnet/Dockerfile @@ -16,7 +16,7 @@ WORKDIR /home/safeuser RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api WORKDIR /home/safeuser/bch-api RUN git checkout free -RUN npm install +RUN npm install --silent # Generate documentation RUN npm run docs