docker-registry-ui: --loglevel=warn when running npm install

This commit is contained in:
Starbeamrainbowlabs 2020-09-05 16:23:18 +01:00
parent a5ae445ba0
commit beaddf0112
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN install_packages git ca-certificates
RUN git clone https://github.com/Joxit/docker-registry-ui.git /srv
WORKDIR /srv
RUN npm install
RUN npm install --loglevel=warn
###############################################################################