⚗️ Make npm install in docker file silent

This commit is contained in:
Manuel
2023-08-29 22:09:40 +02:00
parent aba42a1aa1
commit 79e201bd81

View File

@@ -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