mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-15 02:57:02 +01:00
⚗️ Make npm install in docker file silent
This commit is contained in:
@@ -21,7 +21,7 @@ COPY ./scripts/run.sh ./scripts/run.sh
|
||||
|
||||
RUN npm config set unsafe-perm true
|
||||
ARG NPM_CONFIG_LOGLEVEL=verbose
|
||||
RUN npm i -g prisma
|
||||
RUN npm i -g prisma --silent
|
||||
# RUN yarn global add prisma
|
||||
RUN which prisma
|
||||
|
||||
|
||||
Reference in New Issue
Block a user