docker-registry-ui: --loglevel=warn when running npm install
This commit is contained in:
parent
a5ae445ba0
commit
beaddf0112
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
|
Loading…
Reference in a new issue